aboutsummaryrefslogtreecommitdiff
path: root/monero/monero-srv
diff options
context:
space:
mode:
Diffstat (limited to 'monero/monero-srv')
-rw-r--r--monero/monero-srv/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/monero/monero-srv/run b/monero/monero-srv/run
index 1f51e2c..9cc195e 100644
--- a/monero/monero-srv/run
+++ b/monero/monero-srv/run
@@ -1,5 +1,5 @@
#!/bin/execlineb -P
-envfile /etc/s6/config/monerod.conf
+envfile /etc/s6/config/monero.conf
importas -sCuD "" OPTS OPTS
fdmove -c 2 1
-exec /usr/bin/monerod ${OPTS}
+s6-setuidgid monero exec /usr/bin/monerod --non-interactive ${OPTS}