14 lines
274 B
Desktop File
14 lines
274 B
Desktop File
[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
|