mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
g13d.service: Fix the fifo locations
Apparently /var/run is the old, deprecated pathname for /run these days.
This commit is contained in:
parent
05c64f62ed
commit
eba5f77a88
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Logitech g13 daemon
|
||||
Description=Logitech g13 user-space daemon
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@HOME@/.local/bin/g13d --pipe_in @HOME@/.local/var/g13d/in --pipe_out @HOME@/.local/var/g13d/out
|
||||
ExecStart=g13d --pipe_in /run/g13d/in --pipe_out /run/g13d/out
|
||||
Restart=on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user