First Commit
This commit is contained in:
parent
51ca26f5ce
commit
ae0956b2d8
8 changed files with 1106 additions and 61 deletions
14
porkbun-ddns.service
Normal file
14
porkbun-ddns.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Porkbun Dynamic DNS Update
|
||||
After=network.target
|
||||
Wants=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=porkbun-ddns-user
|
||||
Group=porkbun-ddns-group
|
||||
WorkingDirectory=/opt/porkbun-ddns
|
||||
ExecStart=/opt/porkbun-ddns/updateDNS.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue