mirror of
https://codeberg.org/shm0rt/ddns-pdns-updater.git
synced 2025-07-28 21:19:08 +02:00
11 lines
176 B
SYSTEMD
11 lines
176 B
SYSTEMD
|
[Unit]
|
||
|
Description=PowerDNS DDNS Updater
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/local/bin/pdns-ddns
|
||
|
User=root
|
||
|
StandardOutput=journal
|
||
|
StandardError=journal
|