diff options
author | Taner Tas <taner76@gmail.com> | 2018-12-02 02:59:30 +0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-27 20:51:32 +0000 |
commit | a4d7d06328f8af7cafd861fcb193f223ea16985d (patch) | |
tree | c66e5351653b9f251279a17b1ce0444f7f634cfe /testing/razercfg/razerd.initd | |
parent | 5d004d13d3cfbb28cda2846e1c88900d5a8d1040 (diff) | |
download | aports-a4d7d06328f8af7cafd861fcb193f223ea16985d.tar.bz2 aports-a4d7d06328f8af7cafd861fcb193f223ea16985d.tar.xz |
testing/razercfg: new aport
https://bues.ch/cms/hacking/razercfg.html
Razer mouse configuration tool.
Closes GH-5745
Diffstat (limited to 'testing/razercfg/razerd.initd')
-rw-r--r-- | testing/razercfg/razerd.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/razercfg/razerd.initd b/testing/razercfg/razerd.initd new file mode 100644 index 0000000000..dead8ca442 --- /dev/null +++ b/testing/razercfg/razerd.initd @@ -0,0 +1,12 @@ +#!/sbin/openrc-run +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +pidfile="/run/razerd.pid" +command="/usr/bin/razerd" +command_args="-P $pidfile" +command_background="yes" + +depend() { + use logger +} |