1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-27 23:23:15 +00:00
ympd/contrib/default.debian
2013-11-12 02:54:00 +01:00

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"