We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caaf65 commit 18d1071Copy full SHA for 18d1071
contrib/init/bitcoind.service
@@ -25,8 +25,7 @@ ExecStart=/usr/bin/bitcoind -pid=/run/bitcoind/bitcoind.pid \
25
-shutdownnotify='systemd-notify --stopping'
26
27
# Make sure the config directory is readable by the service user
28
-PermissionsStartOnly=true
29
-ExecStartPre=/bin/chgrp bitcoin /etc/bitcoin
+ExecStartPre=!/bin/chgrp bitcoin /etc/bitcoin
30
31
# Process management
32
####################
0 commit comments