1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-01 00:53:14 +00:00
ympd/contrib/default.debian

7 lines
190 B
Plaintext
Raw Normal View History

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