diff options
author | sinanmohd <pcmsinan@gmail.com> | 2022-10-15 09:25:06 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2022-10-15 09:25:06 +0530 |
commit | db9b6035912f2618a18f3fef45b99e2a0f6f0b00 (patch) | |
tree | 3f49be6ec16e568c454e2852379a5eb1add117c9 /monero | |
parent | a99684fa34754f21ad464dbc47108d646de6e571 (diff) |
monero: give proper permissions to monerod and change config name
Diffstat (limited to 'monero')
-rw-r--r-- | monero/monero-srv/run | 4 |
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} |