mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 23:07:17 +00:00
7 lines
190 B
Plaintext
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"
|