18 lines
328 B
SYSTEMD
18 lines
328 B
SYSTEMD
|
[Unit]
|
||
|
Description=pdns-auth-proxy
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=pdns
|
||
|
Group=pdns
|
||
|
EnvironmentFile=/etc/default/pdns-auth-proxy
|
||
|
StandardOutput=null
|
||
|
StandardError=journal
|
||
|
LimitNOFILE=65536
|
||
|
ExecStart=/usr/sbin/pdns-auth-proxy -config ${CONFIGURATION} ${OPTS}
|
||
|
Restart=always
|
||
|
RestartSec=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|