From aded0528f0e1e3735ce8dd26fd9e546150b73187 Mon Sep 17 00:00:00 2001 From: setpill <37372069+setpill@users.noreply.github.com> Date: Tue, 6 Aug 2019 13:05:43 +0200 Subject: 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=. --- contrib/init/bitcoind.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'contrib/init') 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 -- cgit v1.2.3