From 82f96559815e77007eca2dd55771d6e41a397847 Mon Sep 17 00:00:00 2001 From: nikhil rayaprolu Date: Wed, 27 Jul 2016 22:46:17 +0530 Subject: [PATCH] Run as non-root user - plinth --- data/lib/systemd/system/plinth.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/lib/systemd/system/plinth.service b/data/lib/systemd/system/plinth.service index 6d8958671..f93d2189d 100644 --- a/data/lib/systemd/system/plinth.service +++ b/data/lib/systemd/system/plinth.service @@ -24,6 +24,8 @@ After=network.target ExecStart=/usr/bin/plinth Restart=on-failure ExecReload=/bin/kill -HUP $MAINPID +User=plinth +Group=plinth [Install] WantedBy=multi-user.target