More general systemd service file.

This commit is contained in:
Yamakaky 2014-06-29 17:32:46 +02:00
parent aadc05d6fe
commit 9c5be5456a

View file

@ -5,9 +5,9 @@ After=sysinit.target
[Service]
Type=simple
ExecStart=/usr/bin/mbpfan -fv
ExecStart=/usr/sbin/mbpfan -fv
ExecReload=/usr/bin/kill -HUP $MAINPID
PIDFile=/run/mbpfan.pid
PIDFile=/var/run/mbpfan.pid
Restart=always
[Install]