Added remnants from mediacenter-overlay
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {
|
||||
before tvheadend
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting OSCAM"
|
||||
start-stop-daemon --start --quiet --background \
|
||||
--make-pidfile --pidfile /var/run/oscam.pid \
|
||||
--exec /usr/bin/oscam -- ${OSCAM_OPTS}
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping OSCAM"
|
||||
start-stop-daemon --stop --quiet --pidfile /var/run/oscam.pid \
|
||||
--exec /usr/bin/oscam
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user