Skip to content

Commit aded052

Browse files
committed
Improve clarity of systemd service file comments
The phrasing seemed to indicate that the options specified in ExecStart= could not be specified in the config file, necessitating their inclusion in the service file. However, the options in the config file simply get overridden by any specified in ExecStart=.
1 parent fbe4b76 commit aded052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contrib/init/bitcoind.service

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
# See "man systemd.service" for details.
66

77
# Note that almost all daemon options could be specified in
8-
# /etc/bitcoin/bitcoin.conf, except for those explicitly specified as arguments
9-
# in ExecStart=
8+
# /etc/bitcoin/bitcoin.conf, but keep in mind those explicitly
9+
# specified as arguments in ExecStart= will override those in the
10+
# config file.
1011

1112
[Unit]
1213
Description=Bitcoin daemon

0 commit comments

Comments
 (0)