summarylogtreecommitdiffstats
path: root/arptables.service
diff options
context:
space:
mode:
authorSébastien Luttringer2021-01-19 02:52:56 +0100
committerSébastien Luttringer2021-01-19 03:00:00 +0100
commit5f0df1a5f268093da956a18e71304f9a48e7fa76 (patch)
tree9f0a4724db96cb81a45cd2755c5a43bc47d02d88 /arptables.service
downloadaur-5f0df1a5f268093da956a18e71304f9a48e7fa76.tar.gz
Move arptables from [extra] to [unsupported]
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