templates of init scripts for Fedora
This commit is contained in:
parent
1cab2481a5
commit
e8099df867
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Daemon to auto start/stop power up/down nVidia graphics.
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/snail-watcher.sh
|
||||
Type=oneshot
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue