mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
This removes the makefile packaging target, since it wasn't really all that useful for distribution of the program. Additionally, this sets up an install target to install g13d to the users' local directory. This is kinda a hack -- really we should be installing g13d to $PREFIX/bin, dropping a g13d unit somewhere, and then setting up appropriate permissions, etc. It works for me, though.
8 lines
188 B
Desktop File
8 lines
188 B
Desktop File
[Unit]
|
|
Description=Logitech g13 daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@HOME@/.local/bin/g13d --pipe_in @HOME@/.local/var/g13d/in --pipe_out @HOME@/.local/var/g13d/out
|
|
Restart=on-failure
|