summaryrefslogtreecommitdiff
blob: bdc2948eba2c1d4265c6c34da2a2ff003adb4ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

command=/usr/bin/espeakup
command_args="${espeakup_opts:-${ESPEAKUP_OPTS}}"
pidfile=/run/espeakup.pid

depend() {
	after modules
	use alsasound pulseaudio
}