snail-watcher.systemd ready ;-)

This commit is contained in:
Kolan Sh 2012-04-07 13:17:38 -04:00
parent e8099df867
commit b17a7f20a5
1 changed files with 2 additions and 2 deletions

View File

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