mirror of https://github.com/nirenjan/libx52.git
Revert "Enable verbose logging in systemd service"
This reverts commit 53957d0813
. It was
supposed to be a temporary commit, but it was forgotten about. Reverting
this will restore the old behavior of only logging INFO and higher
priority logs.
Fixes #38.
reverse-scroll
parent
247e98c5dc
commit
fec67b5994
|
@ -3,7 +3,7 @@ Description=X52 driver daemon
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=%bindir%/x52d -f -vvvv
|
ExecStart=%bindir%/x52d -f -v
|
||||||
ExecReload=kill -HUP $MAINPID
|
ExecReload=kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue