Enable verbose logging in systemd service

reverse-scroll
nirenjan 2021-09-14 17:34:20 -07:00
parent 2a8ca8424e
commit 53957d0813
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 -v
ExecStart=%bindir%/x52d -f -vvvv
ExecReload=kill -HUP $MAINPID
[Install]