ympd/contrib/default.debian

7 lines
190 B
Plaintext

# 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"