Skip to content

Commit 160d44c

Browse files
author
sasan
committed
remove "-v" flag from systemd service file.
It spams the syslog every time the daemon is waked up.
1 parent 14ce4b8 commit 160d44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbpfan.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=sysinit.target
55

66
[Service]
77
Type=simple
8-
ExecStart=/usr/sbin/mbpfan -fv
8+
ExecStart=/usr/sbin/mbpfan -f
99
ExecReload=/usr/bin/kill -HUP $MAINPID
1010
PIDFile=/var/run/mbpfan.pid
1111
Restart=always

0 commit comments

Comments
 (0)