summaryrefslogtreecommitdiff
path: root/nonsystemd/espeakup-openrc/espeakup.initd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/espeakup-openrc/espeakup.initd')
-rw-r--r--nonsystemd/espeakup-openrc/espeakup.initd12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonsystemd/espeakup-openrc/espeakup.initd b/nonsystemd/espeakup-openrc/espeakup.initd
new file mode 100644
index 000000000..8ab71314e
--- /dev/null
+++ b/nonsystemd/espeakup-openrc/espeakup.initd
@@ -0,0 +1,12 @@
+#!/usr/bin/openrc-run
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+command=/usr/bin/espeakup
+command_args="${espeakup_opts:-${ESPEAKUP_OPTS}}"
+pidfile=/run/espeakup.pid
+
+depend() {
+ after modules
+ use alsasound pulseaudio
+}