# One-shot: reset testnot.work to the fabricated example catalog. # # The seed catalog is fixed, so this is NOT scheduled — run it deliberately to # reset the box: systemctl start mnw-testnot-seed.service (or run the script # directly). # # Needs root on fw13: uses Tailscale SSH (node identity) to reach testnot as root # and drives the reseed there. # # Place at /etc/systemd/system/mnw-testnot-seed.service on the Sando host. [Unit] Description=MNW: reset testnot staging to the example catalog (--seed-examples) After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStart=/usr/local/bin/mnw-testnot-seed.sh