Skip to content

Commit

Permalink
- For #317: Modify nsd service script to stop NSD from creating a
Browse files Browse the repository at this point in the history
  pid file that systemd is not using.
  • Loading branch information
wcawijngaards committed Apr 8, 2024
1 parent 86a6961 commit 1366b6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/nsd.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=syslog.target network-online.target

[Service]
Type=notify
ExecStart=/usr/sbin/nsd -d -c /etc/nsd/nsd.conf $NSD_EXTRA_OPTS
ExecStart=/usr/sbin/nsd -d -P "" -c /etc/nsd/nsd.conf $NSD_EXTRA_OPTS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=mixed
PrivateTmp=true
Expand Down
4 changes: 4 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
8 April 2024: Wouter
- For #317: Modify nsd service script to stop NSD from creating a
pid file that systemd is not using.

4 April 2024: Jeroen
- Use rooted temporary path in makedist.sh.
- Tag for 4.9.1.
Expand Down
2 changes: 2 additions & 0 deletions doc/RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ BUG FIXES:
- Fix that when the server truncates the pidfile, it does not follow
symbolic links.
- Fix #317: nsd should not chown its PID file.
- For #317: Modify nsd service script to stop NSD from creating a
pid file that systemd is not using.

4.9.1
================
Expand Down

0 comments on commit 1366b6a

Please sign in to comment.