robzombie91 to [email protected]English • 2 years agoneed some help adding this to autostart for arch kdegist.github.comexternal-linkmessage-square11fedilinkarrow-up116arrow-down14file-text
arrow-up112arrow-down1external-linkneed some help adding this to autostart for arch kdegist.github.comrobzombie91 to [email protected]English • 2 years agomessage-square11fedilinkfile-text
minus-squarerobzombie91OPlinkfedilinkEnglish2•2 years ago[Unit] Description=NVIDIA Fan Control on Wayland Arch After=graphical-session.target [Service] ExecStart=sudo /home/rob/Documents/fan.sh User=root [Install] WantedBy=default.target
minus-square@[email protected]linkfedilinkEnglish6•2 years agoI’m not good with command line stuff but is sudo necessary if you’re already running as root?
[Unit] Description=NVIDIA Fan Control on Wayland Arch After=graphical-session.target [Service] ExecStart=sudo /home/rob/Documents/fan.sh User=root [Install] WantedBy=default.target
I’m not good with command line stuff but is sudo necessary if you’re already running as root?
nope