Kristyna Streitova
9a9f707031
- fix ExecStart/ExecStop path in ebtables.service [bnc#1085228] - Resolve conflict with iptables-nft and obtain ethertypes from new netcfg minor version. FATE#320520 OBS-URL: https://build.opensuse.org/request/show/587516 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=48
12 lines
200 B
Desktop File
12 lines
200 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/ebtables start
|
|
ExecStop=/usr/lib/ebtables stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|