diff --git a/ebtables.service b/ebtables.service index 01e2dc3..fa24404 100644 --- a/ebtables.service +++ b/ebtables.service @@ -4,8 +4,8 @@ Description=Ethernet Bridge Filtering tables [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/usr/lib/ebtables-helper start -ExecStop=/usr/lib/ebtables-helper stop +ExecStart=/usr/libexec/ebtables-helper start +ExecStop=/usr/libexec/ebtables-helper stop [Install] WantedBy=multi-user.target