g13d.service: Fix the fifo locations

Apparently /var/run is the old, deprecated pathname for /run these days.
This commit is contained in:
June Tate-Gans 2021-04-25 12:17:28 -05:00
parent 05c64f62ed
commit eba5f77a88

View File

@ -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