[Unit] Description=OpenFUT STAGING: reconcile services with the anchor container network namespace Documentation=file:///home/alex/OpenFUT/scripts/systemd/README.md After=docker.service Wants=docker.service # Deliberately NO Requires=docker.service: a docker outage must be a quiet # retry, not a failed unit. The script itself decides that and exits 0. [Service] Type=oneshot # Level-triggered: compares the namespace the services are ACTUALLY in against # the anchor's CURRENT one, so a burst of container events collapses into at # most one rebind per tick and no separate debounce is needed. ExecStart=/home/alex/OpenFUT/scripts/systemd/openfut-netns-reconcile.sh \ openfut-staging-anchor openfut-staging \ openfut-staging-netns.service \ openfut-staging-core.service openfut-staging-host.service StandardOutput=journal StandardError=journal SyslogIdentifier=openfut-staging-netns-reconcile