summarylogtreecommitdiffstats
path: root/arpon.service
diff options
context:
space:
mode:
authorAdrian Günter2017-03-21 01:47:46 +0000
committerAdrian Günter2017-03-21 01:47:46 +0000
commita0e3051f6887f806759d642092872875910d66a5 (patch)
tree0b4528102e468726467a30b8e624df68639827c0 /arpon.service
downloadaur-a0e3051f6887f806759d642092872875910d66a5.tar.gz
Initial commit (3.0-1)
Diffstat (limited to 'arpon.service')
-rw-r--r--arpon.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/arpon.service b/arpon.service
new file mode 100644
index 000000000000..aec8f198b815
--- /dev/null
+++ b/arpon.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=ARP Handler Inspection Daemon
+Before=network.target
+After=network-pre.target
+
+[Service]
+EnvironmentFile=/etc/conf.d/arpon
+PIDFile=/run/arpon.pid
+ExecStart=/usr/bin/arpon $ARPON_OPTS
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=network.target