Unify systemctl services start and remove make build instructions

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 17:08:09 +04:00
parent cd73bc1d2d
commit 195fa74109
3 changed files with 1 additions and 13 deletions

View File

@@ -81,7 +81,6 @@ cmd_create() {
cmd_start() {
echo "Starting sandbox: ${VM_NAME}"
limactl start "${VM_NAME}"
cmd_exec -- sudo systemctl start probod probo-console probo-trust
echo ""
cmd_status
}