summarylogtreecommitdiffstats
path: root/arptables.service
diff options
context:
space:
mode:
Diffstat (limited to 'arptables.service')
-rw-r--r--arptables.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/arptables.service b/arptables.service
new file mode 100644
index 000000000000..9d0f9e69e594
--- /dev/null
+++ b/arptables.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=ARP Tables
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/lib/systemd/scripts/arptables start
+ExecStop=/usr/lib/systemd/scripts/arptables stop
+
+[Install]
+WantedBy=multi-user.target