migrate to coreos

This commit is contained in:
Matthew Tran
2025-04-19 02:24:10 -07:00
parent 12039fb862
commit 8bd3def755
42 changed files with 752 additions and 579 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
# check bitmonero.log for log
monero/monerod \
--prune-blockchain \
--data-dir /data \
--rpc-bind-port 18089 \
--rpc-restricted-bind-ip 0.0.0.0 \
--rpc-restricted-bind-port 18081 \
@@ -17,6 +18,6 @@ monero/monerod \
cleanup() {
monero/monerod exit --rpc-bind-port 18089
}
trap 'cleanup' TERM
trap 'cleanup' SIGTERM SIGINT
tail -f /dev/null &
wait $!