17 lines
381 B
SYSTEMD
17 lines
381 B
SYSTEMD
[Unit]
|
|
Description=Porkbun Dynamic DNS Update Timer
|
|
Documentation=file:///home/kacper/Documents/platformIO/email/porkbun/README.md
|
|
Requires=porkbun-ddns.service
|
|
|
|
[Timer]
|
|
# Run 2 minutes after boot
|
|
OnBootSec=2min
|
|
|
|
# Run every 5 minutes
|
|
OnUnitActiveSec=5min
|
|
|
|
# If the system was off when a timer should have run, run it on next boot
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|