summarylogtreecommitdiffstats
path: root/g15daemon.service
diff options
context:
space:
mode:
authorMorten Linderud2021-01-07 22:01:57 +0100
committerMorten Linderud2021-01-07 22:01:57 +0100
commit2b48a0137bb109e7508e1949eb75fa5d5bf3fa1b (patch)
tree47b8c064850afabb65fc77f74c1b1a575f613438 /g15daemon.service
downloadaur-2b48a0137bb109e7508e1949eb75fa5d5bf3fa1b.tar.gz
import from community
Diffstat (limited to 'g15daemon.service')
-rw-r--r--g15daemon.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/g15daemon.service b/g15daemon.service
new file mode 100644
index 000000000000..46855ea408e3
--- /dev/null
+++ b/g15daemon.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Logitech G15 Support Daemon
+Documentation=man:g15daemon(1)
+
+[Service]
+Type=forking
+PIDFile=/run/g15daemon.pid
+ExecStart=/usr/bin/g15daemon
+
+[Install]
+WantedBy=multi-user.target