remove "-v" flag from systemd service file.
It spams the syslog every time the daemon is waked up.
This commit is contained in:
parent
14ce4b859f
commit
160d44cd17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue