system/systemd/dyndns-pdns.service
Georg 3d1dead13b
Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:47:30 +02:00

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