160d44cd17
It spams the syslog every time the daemon is waked up.
14 lines
267 B
Desktop File
14 lines
267 B
Desktop File
[Unit]
|
|
Description=A fan manager daemon for MacBook Pro
|
|
After=syslog.target
|
|
After=sysinit.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/mbpfan -f
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
PIDFile=/var/run/mbpfan.pid
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|