templates of init scripts for Fedora

This commit is contained in:
Kolan Sh 2012-04-07 13:06:00 -04:00
parent 1cab2481a5
commit e8099df867
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File