diff options
author | 2025-01-20 22:14:45 +0000 | |
---|---|---|
committer | 2025-01-20 22:29:35 +0000 | |
commit | d001a3427076dc59d652a694c2cd95a056a002c6 (patch) | |
tree | b37bd07318d0236bedeb5330323debf367e606ce /dev-libs/libratbag/files | |
parent | dev-libs/libratbag: Check kernel config for CONFIG_HIDRAW (diff) | |
download | gentoo-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-r1 | 13 |
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 +} |