mbpfan/mbpfan.service
sasan 160d44cd17 remove "-v" flag from systemd service file.
It spams the syslog every time the daemon is waked up.
2017-08-14 17:38:29 +04:30

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