diff options
author | setpill <37372069+setpill@users.noreply.github.com> | 2019-08-06 13:05:43 +0200 |
---|---|---|
committer | setpill <37372069+setpill@users.noreply.github.com> | 2019-08-20 10:54:14 +0200 |
commit | aded0528f0e1e3735ce8dd26fd9e546150b73187 (patch) | |
tree | 19c8b18d6d216683583ab11fdba1c836f1bd24a6 /contrib/init/bitcoind.service | |
parent | fbe4b7665b971aec3cf7448309d59d2661e513bd (diff) |
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=.
Diffstat (limited to 'contrib/init/bitcoind.service')
-rw-r--r-- | contrib/init/bitcoind.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/init/bitcoind.service b/contrib/init/bitcoind.service index cfc5f77580..79f07666fd 100644 --- a/contrib/init/bitcoind.service +++ b/contrib/init/bitcoind.service @@ -5,8 +5,9 @@ # See "man systemd.service" for details. # Note that almost all daemon options could be specified in -# /etc/bitcoin/bitcoin.conf, except for those explicitly specified as arguments -# in ExecStart= +# /etc/bitcoin/bitcoin.conf, but keep in mind those explicitly +# specified as arguments in ExecStart= will override those in the +# config file. [Unit] Description=Bitcoin daemon |