diff options
author | sinanmohd <pcmsinan@gmail.com> | 2022-09-05 12:14:57 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2022-09-05 12:14:57 +0530 |
commit | 7f64c8e3e382291a9627920bfc8564944b57fd5e (patch) | |
tree | b94b9e263e52ce416e7670b533ae424a1804312b /monero/monero-srv/run | |
parent | 6dbf4ea4c5249774c84e7c31588bc3d0834fb1e1 (diff) |
s6-rc service scripts for monero
Diffstat (limited to 'monero/monero-srv/run')
-rw-r--r-- | monero/monero-srv/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/monero/monero-srv/run b/monero/monero-srv/run new file mode 100644 index 0000000..460d777 --- /dev/null +++ b/monero/monero-srv/run @@ -0,0 +1,5 @@ +#!/bin/execlineb -P +envfile /etc/s6/config/connman.conf +importas -sCuD "" OPTS OPTS +fdmove -c 2 1 +exec /usr/bin/monerod ${OPTS} |