diff options
Diffstat (limited to 'monero')
-rw-r--r-- | monero/monero-srv/run | 2 | ||||
-rw-r--r-- | monero/monero.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/monero/monero-srv/run b/monero/monero-srv/run index 460d777..1f51e2c 100644 --- a/monero/monero-srv/run +++ b/monero/monero-srv/run @@ -1,5 +1,5 @@ #!/bin/execlineb -P -envfile /etc/s6/config/connman.conf +envfile /etc/s6/config/monerod.conf importas -sCuD "" OPTS OPTS fdmove -c 2 1 exec /usr/bin/monerod ${OPTS} diff --git a/monero/monero.conf b/monero/monero.conf index b273f34..7e37ed7 100644 --- a/monero/monero.conf +++ b/monero/monero.conf @@ -1,4 +1,4 @@ -# Optional arguments for connmand +# Optional arguments for monero OPTS="--config-file=/etc/monerod.conf" # This configures the directives used for s6-log in the log service. |