add systemd templates

This commit is contained in:
2026-06-24 18:52:56 +03:00
parent 7ebfea097d
commit b41d8023b6
7 changed files with 101 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Run nexus-sync client every minute
[Timer]
OnBootSec=30s
OnUnitActiveSec=1min
AccuracySec=5s
Persistent=true
Unit=nexus-sync-client.service
[Install]
WantedBy=timers.target