remove "-v" flag from systemd service file.

It spams the syslog every time the daemon is waked up.
This commit is contained in:
sasan 2017-08-14 17:38:29 +04:30
parent 14ce4b859f
commit 160d44cd17

View file

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