aboutsummaryrefslogtreecommitdiffstats
path: root/testing/razercfg/razerd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/razercfg/razerd.initd')
-rw-r--r--testing/razercfg/razerd.initd12
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
+}