]> Untitled Git - ympd.git/commitdiff
moved definition of default user to service file
authorSuperBFG7 <daniel@despite.ch>
Mon, 22 Apr 2019 09:47:22 +0000 (11:47 +0200)
committerSuperBFG7 <daniel@despite.ch>
Mon, 22 Apr 2019 09:47:22 +0000 (11:47 +0200)
contrib/ympd.default
contrib/ympd.service

index cb3ca72cbb668c01f30937a1b3bcf3f9863a8889..d97ac7380e6673fbd23664fee850bd5cdf8f9fa5 100644 (file)
@@ -2,5 +2,4 @@ MPD_HOST=localhost
 MPD_PORT=6600
 MPD_PASSWORD=
 WEB_PORT=8080
-YMPD_USER=nobody
 DIRBLE_API_TOKEN=2e223c9909593b94fc6577361a
index c3a33f9f62f2bc9e11454d615a589694f4fcfd3c..786d47e393cebaa69b0b9a69a76ff2161f0c8176 100644 (file)
@@ -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