summaryrefslogtreecommitdiff
path: root/community/arpwatch/arpwatch.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/arpwatch/arpwatch.service')
-rw-r--r--community/arpwatch/arpwatch.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/arpwatch/arpwatch.service b/community/arpwatch/arpwatch.service
index 570f93852..ede31f3f7 100644
--- a/community/arpwatch/arpwatch.service
+++ b/community/arpwatch/arpwatch.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=forking
ExecStartPre=/usr/bin/touch /var/lib/arpwatch/%I.dat
-ExecStart=/usr/sbin/arpwatch -f /var/lib/arpwatch/%I.dat -i %I
+ExecStart=/usr/bin/arpwatch -f /var/lib/arpwatch/%I.dat -i %I
[Install]
WantedBy=multi-user.target