Merge branch 'fix/nexus-service-condition'

This commit is contained in:
2026-06-11 14:54:47 +02:00
+3
View File
@@ -122,6 +122,9 @@ cat >/etc/systemd/system/nexus.service <<EOF
Description=nexus — Family Knowledge Hub Description=nexus — Family Knowledge Hub
After=network-online.target After=network-online.target
Wants=network-online.target Wants=network-online.target
# Skeleton-safe: only startable once the first deploy shipped the artifact
# (otherwise a reboot before first deploy leaves the unit in failed state).
ConditionPathExists=$CURRENT_DIR/start.sh
[Service] [Service]
Type=simple Type=simple