diff options
author | sinanmohd <pcmsinan@gmail.com> | 2022-09-06 16:49:01 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2022-09-06 17:00:05 +0530 |
commit | 6f6d441a58d170722f011aff106f2aed54562add (patch) | |
tree | 66e4814db7265cc7f9c9003607704754d103d623 | |
parent | 7f64c8e3e382291a9627920bfc8564944b57fd5e (diff) |
monero: fix config file location
-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. |