mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 15:45:00 +02:00
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:
committed by
fanquake
parent
4f27e8ca4d
commit
1caaf65043
@@ -44,7 +44,6 @@ TimeoutStopSec=600
|
||||
|
||||
# Run as bitcoin:bitcoin
|
||||
User=bitcoin
|
||||
Group=bitcoin
|
||||
|
||||
# /run/bitcoind
|
||||
RuntimeDirectory=bitcoind
|
||||
|
Reference in New Issue
Block a user