summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2025-01-20 22:14:45 +0000
committerJames Le Cuirot <chewi@gentoo.org>2025-01-20 22:29:35 +0000
commitd001a3427076dc59d652a694c2cd95a056a002c6 (patch)
treeb37bd07318d0236bedeb5330323debf367e606ce /dev-libs/libratbag/files
parentdev-libs/libratbag: Check kernel config for CONFIG_HIDRAW (diff)
downloadgentoo-d001a3427076dc59d652a694c2cd95a056a002c6.tar.gz
gentoo-d001a3427076dc59d652a694c2cd95a056a002c6.tar.bz2
gentoo-d001a3427076dc59d652a694c2cd95a056a002c6.zip
dev-libs/libratbag: Version bump to 0.18, fix ratbagctl test
Closes: https://bugs.gentoo.org/940573 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libratbag/files')
-rw-r--r--dev-libs/libratbag/files/ratbagd.init-r113
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/libratbag/files/ratbagd.init-r1 b/dev-libs/libratbag/files/ratbagd.init-r1
new file mode 100644
index 000000000000..b92c22b55deb
--- /dev/null
+++ b/dev-libs/libratbag/files/ratbagd.init-r1
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="system daemon to introspect and modify configurable mice"
+pidfile="/run/${SVCNAME}.pid"
+command="/usr/sbin/ratbagd"
+start_stop_daemon_args="--quiet"
+command_background="true"
+
+depend() {
+ need dbus
+}