summaryrefslogtreecommitdiff
path: root/app-misc/g15daemon/files/g15daemon.service
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/g15daemon/files/g15daemon.service')
-rw-r--r--app-misc/g15daemon/files/g15daemon.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-misc/g15daemon/files/g15daemon.service b/app-misc/g15daemon/files/g15daemon.service
new file mode 100644
index 000000000000..668b8ba13a86
--- /dev/null
+++ b/app-misc/g15daemon/files/g15daemon.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Logitech G15 extra-key and LCD manager
+
+[Service]
+Type=forking
+PIDFile=/run/g15daemon.pid
+ExecStart=/usr/sbin/g15daemon
+ExecStop=/usr/sbin/g15daemon -k
+
+[Install]
+WantedBy=multi-user.target