From 6f6d441a58d170722f011aff106f2aed54562add Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 6 Sep 2022 16:49:01 +0530 Subject: monero: fix config file location --- monero/monero-srv/run | 2 +- 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. -- cgit v1.2.3