From aeceb9155122d17caf17804789df255f33aa94b1 Mon Sep 17 00:00:00 2001 From: SuperBFG7 Date: Mon, 22 Apr 2019 11:47:22 +0200 Subject: [PATCH] moved definition of default user to service file --- contrib/ympd.default | 1 - contrib/ympd.service | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1