2025-01-02 15:27:42 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Dynamic DNS Updater
|
2025-01-02 15:42:20 +00:00
|
|
|
After=network.target
|
2025-01-02 15:27:42 +00:00
|
|
|
|
|
|
|
[Service]
|
2025-01-02 15:42:20 +00:00
|
|
|
Type=simple
|
|
|
|
Restart=always
|
2025-01-02 15:27:42 +00:00
|
|
|
ExecStart=/usr/local/bin/dyndns
|
|
|
|
|
|
|
|
[Install]
|
2025-01-02 15:48:50 +00:00
|
|
|
WantedBy=multi-user.target
|