Skip to content

Commit

Permalink
add named systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed May 2, 2018
1 parent 2d896d1 commit 71c1de0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions named.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Unit]
Description=named

[Service]
ExecStart=/bin/bash -c '/usr/local/bind/sbin/named -c /usr/local/bind/etc/named -f -u named -4'
Restart=on-failure
KillSignal=SIGQUIT
Type=simple
NotifyAccess=all

[Install]
WantedBy=multi-user.target

0 comments on commit 71c1de0

Please sign in to comment.