Skip to content

Commit

Permalink
Merge pull request #406 from mariux64/update-named
Browse files Browse the repository at this point in the history
named.service: Update for bind 9.20.0 installation path
  • Loading branch information
donald authored Aug 24, 2024
2 parents 850a708 + 0ce0b9e commit 65cb649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system/named.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ConditionHost=wtf.molgen.mpg.de
[Service]
Type=forking
ExecStartPre=-/sbin/ip addr add 141.14.16.1/20 dev net03
ExecStart=/package/dns/2014-12-03/sbin/named -4 -c /package/dns/2014-12-03/etc/named.conf
ExecStart=/amd/wtf/1/package/dns/bind-9.20.0-0/sbin/named -4 -c /amd/wtf/1/package/dns/etc/named.conf
ExecStopPost=-/sbin/ip addr del 141.14.16.1/20 dev net03

[Install]
Expand Down

0 comments on commit 65cb649

Please sign in to comment.