mirror of https://github.com/nirenjan/libx52.git
Enable verbose logging in systemd service
parent
2a8ca8424e
commit
53957d0813
|
@ -3,7 +3,7 @@ Description=X52 driver daemon
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=%bindir%/x52d -f -v
|
ExecStart=%bindir%/x52d -f -vvvv
|
||||||
ExecReload=kill -HUP $MAINPID
|
ExecReload=kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue