From: SuperBFG7 Date: Mon, 22 Apr 2019 09:47:22 +0000 (+0200) Subject: moved definition of default user to service file X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=aeceb9155122d17caf17804789df255f33aa94b1;p=ympd.git moved definition of default user to service file --- diff --git a/contrib/ympd.default b/contrib/ympd.default index cb3ca72..d97ac73 100644 --- a/contrib/ympd.default +++ b/contrib/ympd.default @@ -2,5 +2,4 @@ MPD_HOST=localhost MPD_PORT=6600 MPD_PASSWORD= WEB_PORT=8080 -YMPD_USER=nobody DIRBLE_API_TOKEN=2e223c9909593b94fc6577361a diff --git a/contrib/ympd.service b/contrib/ympd.service index c3a33f9..786d47e 100644 --- a/contrib/ympd.service +++ b/contrib/ympd.service @@ -3,7 +3,7 @@ Description=ympd server daemon Requires=network.target local-fs.target [Service] -User=ympd +User=nobody DynamicUser=yes MountAPIVFS=yes RemoveIPC=yes