More general systemd service file.
This commit is contained in:
parent
aadc05d6fe
commit
9c5be5456a
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ After=sysinit.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/mbpfan -fv
|
ExecStart=/usr/sbin/mbpfan -fv
|
||||||
ExecReload=/usr/bin/kill -HUP $MAINPID
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
||||||
PIDFile=/run/mbpfan.pid
|
PIDFile=/var/run/mbpfan.pid
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue