Skip to content

Commit 5f849d4

Browse files
Update restart task to use vibora service name
1 parent db5cf2f commit 5f849d4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mise.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,19 +377,19 @@ rm -f "$PID_FILE"
377377
"""
378378

379379
[tasks.restart]
380-
description = "Restart vibora-dev systemd service with migrations"
380+
description = "Restart vibora systemd service with migrations"
381381
depends = ["build"]
382382
run = """
383383
set -e
384384
385385
echo "Syncing database schema..." >&2
386386
bun run drizzle-kit push
387387
388-
echo "Restarting vibora-dev..." >&2
389-
systemctl --user restart vibora-dev
388+
echo "Restarting vibora..." >&2
389+
systemctl --user restart vibora
390390
391391
echo "Done. Checking status..." >&2
392-
systemctl --user status vibora-dev --no-pager
392+
systemctl --user status vibora --no-pager
393393
"""
394394

395395
# Desktop app tasks (client-only, connects to local or remote Vibora server)

0 commit comments

Comments
 (0)