mvpg/configs/systemd/vpn-auto-update.timer

14 lines
251 B
SYSTEMD
Raw Normal View History

2025-08-10 15:34:34 +02:00
[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