16 lines
279 B
Desktop File
16 lines
279 B
Desktop File
[Unit]
|
|
Description=Dynamic DNS Collector
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=dyndns
|
|
Group=dyndns
|
|
WorkingDirectory=/opt/dyndns/
|
|
ExecStart=/opt/dyndns/go/bin/dyndns-pdns -config=/opt/dyndns/config.yml
|
|
RestartSec=15
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|