summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-09-09 19:44:57 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-09-10 07:33:19 +0200
commit39820c0d0041648f1cf5714ee4402f20e9ac16d8 (patch)
tree769baabb9840ce90b1efb3eb2ff79bfc29e4ef0a /app-misc/g15daemon/files
parentdev-ruby/rails: add 6.0.3.3 (diff)
downloadgentoo-39820c0d0041648f1cf5714ee4402f20e9ac16d8.tar.gz
gentoo-39820c0d0041648f1cf5714ee4402f20e9ac16d8.tar.bz2
gentoo-39820c0d0041648f1cf5714ee4402f20e9ac16d8.zip
app-misc/g15daemon: add systemd unit
This is what I have had running on my system for almost 10 years now. Closes: https://bugs.gentoo.org/741458 Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-misc/g15daemon/files')
-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