From 1caaf650436e96cf5c20374bb5a2b2c8e667024a Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 14 Jul 2020 10:33:14 +0200 Subject: [PATCH] init: remove Group= as it will default to the user's default group Setting Group=bitcoin is redundant. It is typically the default group of the user and if not explicitly specified, systemd will run the service with the default group of the user. --- contrib/init/bitcoind.service | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/init/bitcoind.service b/contrib/init/bitcoind.service index ade8a05926f..3804a08e3c8 100644 --- a/contrib/init/bitcoind.service +++ b/contrib/init/bitcoind.service @@ -44,7 +44,6 @@ TimeoutStopSec=600 # Run as bitcoin:bitcoin User=bitcoin -Group=bitcoin # /run/bitcoind RuntimeDirectory=bitcoind