- cross-posted to:
- linux_gaming@lemmy.ml
- cross-posted to:
- linux_gaming@lemmy.ml
It requires root for nvidia-settings but fails each time I make my own autostart on systemd
It requires root for nvidia-settings but fails each time I make my own autostart on systemd
[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