mvpg/configs/systemd/vpn-auto-update.timer
2025-08-10 15:34:34 +02:00

13 lines
251 B
SYSTEMD

[Unit]
Description=VPN Gateway Auto-Update Timer
Documentation=https://github.com/yourusername/vpn-gateway
[Timer]
# Run daily at 3 AM
OnCalendar=daily
OnCalendar=*-*-* 03:00:00
RandomizedDelaySec=1h
Persistent=true
[Install]
WantedBy=timers.target