add old ebuilds from svn ub0rlay
[ub0rlay.git] / media-sound / remuco-server / files / remuco-server.initd-0
blobe46b873a28853ec5ebdf951ce2846db32b7d8388
1 #!/sbin/runscript
2 # Copyright 1999-2008 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Header: $
6 start() {
7         ebegin "Starting remuco-server"
8         start-stop-daemon --start --exec /usr/bin/remuco-server --pidfile /var/run/remuco-server.pid \
9                 --make-pidfile --chuid remuco --background
10         eend $?
13 stop() {
14         ebegin "Stopping remuco-server"
15         start-stop-daemon --stop --pidfile /var/run/remuco-server.pid
16         eend $?