now astroport is systemctl controled

This commit is contained in:
fred 2023-06-30 21:24:27 +02:00
parent ab1411750c
commit 98668ba4a7
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ case "${1:-${cmd:-start}}" in
cron
log &
zen
exec "$ASTROPORT_DIR/launch.sh"
sudo systemctl restart ipfs
sudo systemctl restart g1billet
sudo systemctl restart astroport
# exec "$ASTROPORT_DIR/launch.sh"
;;
install)