Show commit builds and mandate automatic node updates

Hop-State: A_06FP97T67MMQBS4JYJVZ710
Hop-Proposal: R_06FP97R88JYXTBZTNVXV08G
Hop-Task: T_06FP95PNKD7PXAMPWPRWSD8
Hop-Attempt: AT_06FP95PNKE2R52XYNMKVRWG
This commit is contained in:
2026-07-15 00:13:07 -07:00
committed by Hop
parent cb7070244c
commit 67bd0d0bbb
9 changed files with 140 additions and 12 deletions
+5 -1
View File
@@ -10,8 +10,12 @@ if [[ ${EUID} -ne 0 ]]; then
exit 1
fi
systemctl disable --now synapsis-update.timer 2>/dev/null || true
systemctl stop synapsis-update.service 2>/dev/null || true
systemctl disable --now synapsis 2>/dev/null || true
rm -f /etc/systemd/system/synapsis.service
rm -f /etc/systemd/system/synapsis.service \
/etc/systemd/system/synapsis-update.service \
/etc/systemd/system/synapsis-update.timer
systemctl daemon-reload
rm -rf "$APP_DIR"