From d9c89b305e8af83bca2f05ef6bf3b4053d057ac7b739bc56e3159708b2b3e62e Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Tue, 1 Sep 2020 11:32:11 +0000 Subject: [PATCH] Accepting request 830916 from home:eroca:branches:openSUSE:Factory modify service file according to https://lists.opensuse.org/opensuse-factory/2019-10/msg00204.html OBS-URL: https://build.opensuse.org/request/show/830916 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=70 --- ebtables.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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