mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-26 00:41:23 +02:00
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=.
This commit is contained in:
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…
x
Reference in New Issue
Block a user