]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
Added systemd service file.
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 5 Oct 2015 11:16:40 +0000 (13:16 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Mon, 5 Oct 2015 11:16:40 +0000 (13:16 +0200)
pdnsd.service [new file with mode: 0644]

diff --git a/pdnsd.service b/pdnsd.service
new file mode 100644 (file)
index 0000000..fab48d3
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=DNS caching server.
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/pdnsd
+
+# Restarts on abnormal termination
+# Restart=on-abort
+
+# Config file
+# EnvironmentFile=/etc/sysconfig/pdnsd
+
+[Install]
+WantedBy=multi-user.target
This page took 0.029516 seconds and 4 git commands to generate.