From 7d99ba8dd9aa5845741bb50d598082bb55c0adac Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 31 Jul 2014 15:27:11 +0200 Subject: Run the service with the nobody user --- unit/biboumi.service | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unit') diff --git a/unit/biboumi.service b/unit/biboumi.service index 579ac4e..1bb4f63 100644 --- a/unit/biboumi.service +++ b/unit/biboumi.service @@ -9,6 +9,8 @@ ExecReload=/bin/kill -s USR1 $MAINPID ExecStop=/bin/kill -s INT $MAINPID WatchdogSec=10 Restart=always +User=nobody +Group=nobody [Install] WantedBy=multi-user.target -- cgit v1.2.3