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
nirenjan 2021-10-05 22:38:34 -07:00
parent 247e98c5dc
commit fec67b5994
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Description=X52 driver daemon
[Service]
Type=simple
ExecStart=%bindir%/x52d -f -vvvv
ExecStart=%bindir%/x52d -f -v
ExecReload=kill -HUP $MAINPID
[Install]