Rename systemd unit to chat-grid.service

This commit is contained in:
Jage9
2026-02-20 16:55:44 -05:00
parent 6a2eb36b71
commit f166069f4f
3 changed files with 27 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
REPO_ROOT="${1:-/home/bestmidi/chgrid}"
UNIT_NAME="${2:-chgrid-signaling.service}"
UNIT_NAME="${2:-chat-grid.service}"
SRC_UNIT="$REPO_ROOT/deploy/systemd/$UNIT_NAME"
DST_UNIT="/etc/systemd/system/$UNIT_NAME"