First Commit
This commit is contained in:
parent
51ca26f5ce
commit
7d1ba02c42
8 changed files with 1106 additions and 61 deletions
17
porkbun-ddns.timer
Normal file
17
porkbun-ddns.timer
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=Porkbun Dynamic DNS Update Timer
|
||||
Documentation=file:///opt/porkbun-ddns/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue