diff --git a/packaging/aleph-vm/etc/systemd/system/aleph-vm-supervisor.service b/packaging/aleph-vm/etc/systemd/system/aleph-vm-supervisor.service index ab4006c2a..9cee47227 100644 --- a/packaging/aleph-vm/etc/systemd/system/aleph-vm-supervisor.service +++ b/packaging/aleph-vm/etc/systemd/system/aleph-vm-supervisor.service @@ -10,7 +10,7 @@ WorkingDirectory=/opt/aleph-vm Environment=PYTHONPATH=/opt/aleph-vm/:$PYTHONPATH Environment=PYTHONDONTWRITEBYTECODE="enabled" EnvironmentFile=/etc/aleph-vm/supervisor.env -ExecStart=python3 -m aleph.vm.orchestrator --print-settings --very-verbose +ExecStart=python3 -m aleph.vm.orchestrator --print-settings Restart=always RestartSec=10s