opnsense-ports/audio/mpdscribble/files/mpdscribble.in
Franco Fichtner 6d736d7043 */*: sync with upstream
Taken from: FreeBSD
2017-05-02 05:48:47 +02:00

26 lines
415 B
Bash

#!/bin/sh
#
# PROVIDE: mpdscribble
# REQUIRE: LOGIN
# KEYWORD: shutdown
# Add the following line to /etc/rc.conf to enable mpdscribble:
#
#mpdscribble_enable="YES"
. /etc/rc.subr
name=mpdscribble
rcvar=mpdscribble_enable
command=%%PREFIX%%/bin/mpdscribble
load_rc_config $name
: ${mpdscribble_enable="NO"}
: ${mpdscribble_user="nobody"}
command_args="--daemon-user ${mpdscribble_user}"
run_rc_command "$1"