Skip to content

Commit

Permalink
service: remove obsolete dependencies
Browse files Browse the repository at this point in the history
After=network.target is still needed because we don't have IP_FREEBIND.
  • Loading branch information
fcelda committed May 31, 2016
1 parent 69eff98 commit c264a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kresd.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Knot DNS Resolver daemon
After=syslog.target network.target auditd.service
After=network.target

[Service]
Type=simple
Expand Down

0 comments on commit c264a67

Please sign in to comment.