Skip to content

Commit

Permalink
named.service: Remove obsolete dependencies
Browse files Browse the repository at this point in the history
After basic.target, local automount paths should work. Also, we can
start without network connectivity. Remove obsolete dependencies.
  • Loading branch information
donald committed Jul 1, 2023
1 parent eb25a2a commit 39fb043
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions misc_systemd_units/named.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[Unit]
After=network.service mxmount.service automount.service

Before=mxstartup-mxvip.service
ConditionHost=wtf.molgen.mpg.de

[Service]
Expand All @@ -11,5 +8,5 @@ ExecStart=/package/dns/2014-12-03/sbin/named -4 -c /package/dns/2014-12-03/etc/n
ExecStopPost=-/sbin/ip addr del 141.14.16.1/20 dev net03

[Install]
WantedBy=network.target
WantedBy=multi-user.target

0 comments on commit 39fb043

Please sign in to comment.