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 /monero/monero-srv | |
parent | 7f64c8e3e382291a9627920bfc8564944b57fd5e (diff) |
monero: fix config file location
Diffstat (limited to 'monero/monero-srv')
-rw-r--r-- | monero/monero-srv/run | 2 |
1 files changed, 1 insertions, 1 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} |