Files
Netbox-Store/store/deploy/netbox-plugin-store-sync.timer
T
MrBlake f36d6be511
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run
feat: add NetBox plugin store
2026-08-24 20:51:25 +02:00

13 lines
218 B
SYSTEMD

[Unit]
Description=Synchronize NetBox Plugin Store every 15 minutes
[Timer]
OnBootSec=2min
OnUnitActiveSec=15min
AccuracySec=30s
Persistent=true
Unit=netbox-plugin-store-sync.service
[Install]
WantedBy=timers.target