]> granicus.if.org Git - pdns/commitdiff
no systemd kill signals required, pdns_control take care of this
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 29 Jul 2014 20:47:04 +0000 (22:47 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 29 Jul 2014 20:47:04 +0000 (22:47 +0200)
contrib/systemd-pdns.service

index 5b5fa5650f488d7455aa893dca5fef430ac029cf..64402ec7429dfe9ced459885191b95ff4568f8d6 100644 (file)
@@ -6,6 +6,7 @@ After=network.target mysqld.service postgresql.service slapd.service
 Type=forking
 ExecStart=/usr/sbin/pdns_server --daemon
 ExecStop=/usr/bin/pdns_control quit
+KillMode=none
 Restart=on-failure
 RestartSec=2
 PrivateTmp=true