diff options
Diffstat (limited to 'community/arptables/arptables.service')
-rw-r--r-- | community/arptables/arptables.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/arptables/arptables.service b/community/arptables/arptables.service deleted file mode 100644 index 4fc11f17d..000000000 --- a/community/arptables/arptables.service +++ /dev/null @@ -1,11 +0,0 @@ -[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 |