[Unit] Description=OpenFUT: reconcile services with the anchor container network namespace Documentation=file:///home/alex/OpenFUT/scripts/systemd/README.md After=docker.service Wants=docker.service # PRODUCTION TEMPLATE — NOT INSTALLED. # # Deliberately NO Requires=docker.service: a docker outage must be a quiet # retry, not a failed unit. The script decides that itself and exits 0. [Service] Type=oneshot # Level-triggered. It compares the namespace Core and the host 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-fut-backend openfut \ openfut-netns.service \ openfut-core.service openfut-host.service StandardOutput=journal StandardError=journal SyslogIdentifier=openfut-netns-reconcile