diff options
Diffstat (limited to 'community/arpwatch/arpwatch.service')
-rw-r--r-- | community/arpwatch/arpwatch.service | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/arpwatch/arpwatch.service b/community/arpwatch/arpwatch.service deleted file mode 100644 index ede31f3f7..000000000 --- a/community/arpwatch/arpwatch.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Watch ARP on interface %I -After=network.target - -[Service] -Type=forking -ExecStartPre=/usr/bin/touch /var/lib/arpwatch/%I.dat -ExecStart=/usr/bin/arpwatch -f /var/lib/arpwatch/%I.dat -i %I - -[Install] -WantedBy=multi-user.target |