g13gui/etc/g13d.service
June Tate-Gans eba5f77a88 g13d.service: Fix the fifo locations
Apparently /var/run is the old, deprecated pathname for /run these days.
2021-04-25 12:17:28 -05:00

8 lines
155 B
Desktop File

[Unit]
Description=Logitech g13 user-space daemon
[Service]
Type=simple
ExecStart=g13d --pipe_in /run/g13d/in --pipe_out /run/g13d/out
Restart=on-failure