Skip to content

systemd: don't create a PID file

Simon Deziel requested to merge sdeziel-guest/nsd:pidfile into debian/master

There is no use for a PID file under systemd. It just creates noise if nsd is unable to unlink it when the service is stopped:

nsd[27759]: warning: failed to unlink pidfile /run/nsd/nsd.pid: Permission denied

Merge request reports

Loading