summaryrefslogtreecommitdiff
path: root/extra/arptables/arptables.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/arptables/arptables.service')
-rw-r--r--extra/arptables/arptables.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/arptables/arptables.service b/extra/arptables/arptables.service
new file mode 100644
index 000000000..4fc11f17d
--- /dev/null
+++ b/extra/arptables/arptables.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=ARP Tables
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/lib/systemd/scripts/arptables start
+ExecStop=/usr/lib/systemd/scripts/arptables stop
+
+[Install]
+WantedBy=multi-user.target