Remove accidental systemd backup file.
Some checks are pending
offline / test (push) Waiting to run

This commit is contained in:
George Lambert 2026-09-12 00:01:07 -04:00
parent a73875f4ef
commit bd22f1500c

View file

@ -1,15 +0,0 @@
[Unit]
Description=Verae keep-alive guard (restarts watch + keep)
After=network.target
[Service]
Type=simple
WorkingDirectory=%h/verae-keep
Environment=KEEP_UNITS=%h/verae-keep/units.ns1.json
Environment=KEEP_STATE=%h/verae-keep/data
ExecStart=/usr/bin/bash %h/verae-keep/scripts/guard.sh
Restart=always
RestartSec=2
[Install]
WantedBy=default.target