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.
This commit is contained in:
Florian Schmaus 2020-07-14 10:33:14 +02:00 committed by fanquake
parent 4f27e8ca4d
commit 1caaf65043
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -44,7 +44,6 @@ TimeoutStopSec=600
# Run as bitcoin:bitcoin
User=bitcoin
Group=bitcoin
# /run/bitcoind
RuntimeDirectory=bitcoind