17 lines
388 B
Desktop File
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
|