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=.
pull/16556/head
setpill 5 years ago
parent fbe4b7665b
commit aded0528f0

@ -5,8 +5,9 @@
# See "man systemd.service" for details. # See "man systemd.service" for details.
# Note that almost all daemon options could be specified in # Note that almost all daemon options could be specified in
# /etc/bitcoin/bitcoin.conf, except for those explicitly specified as arguments # /etc/bitcoin/bitcoin.conf, but keep in mind those explicitly
# in ExecStart= # specified as arguments in ExecStart= will override those in the
# config file.
[Unit] [Unit]
Description=Bitcoin daemon Description=Bitcoin daemon

Loading…
Cancel
Save