init
All checks were successful
Build sanity / build (push) Successful in 11s

This commit is contained in:
2026-05-31 18:00:20 +02:00
commit ac836d0b67
11 changed files with 638 additions and 0 deletions

14
sanity.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=sanity backup monitor
After=network-online.target
Wants=network-online.target
[Service]
User=root
WorkingDirectory=/opt/sanity
ExecStart=/opt/sanity/sanity --config /opt/sanity/config.yaml
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target