snail-watcher.systemd ready ;-)
This commit is contained in:
parent
e8099df867
commit
b17a7f20a5
|
@ -3,8 +3,8 @@ Description=Daemon to auto start/stop power up/down nVidia graphics.
|
|||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/snail-watcher.sh
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c '(nohup /usr/sbin/snail-watcher.sh &>/dev/null)&'
|
||||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue