powerdns-remote-http-example/example-conf/systemd.service
2024-06-04 03:20:21 +03:00

17 lines
388 B
Desktop File

[Unit]
Description=PowerDNS Remote/HTTP backend example
Wants=network-online.target
After=network-online.target time-sync.target
[Service]
ExecStart=/usr/local/sbin/powerdns-remote-http-example
SyslogIdentifier=powerdns-remote-http-example
Type=exec
Restart=on-failure
RestartSec=2
StartLimitInterval=0
RuntimeDirectory=powerdns-remote-http-example
[Install]
WantedBy=multi-user.target