1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-04 21:48:05 +00:00

removed init-config, changed default webport to 80

This commit is contained in:
Andrew Karpow
2014-01-17 19:03:15 +01:00
parent 5d9e70750d
commit 9212e3af29
3 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
# Set this to the user and group the ympd should get after socket opening.
YMPD_USER=ympd
YMPD_GROUP=ympd
# See ympd --help for more options
DAEMON_OPT="--uid $YMPD_USER --gid $YMPD_GROUP"

View File

@@ -20,9 +20,9 @@ PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etcinit.d/$NAME
LOG_OUT=/var/log/$NAME.out
LOG_ERR=/var/log/$NAME.err
YMPD_USER=ympd
YMPD_GROUP=ympd
DAEMON_OPT="--uid $YMPD_USER --gid $YMPD_GROUP"
YMPD_USER=mpd
YMPD_GROUP=mpd
DAEMON_OPT="--uid $YMPD_USER --gid $YMPD_GROUP --webport 80"
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0