- rename /usr/lib/ebtables helper file to /usr/lib/ebtables-helper otherwise it conflicts with /usr/lib/ebtables library directory on 32-bit systems [bsc#1159769] OBS-URL: https://build.opensuse.org/request/show/762870 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=65
12 lines
214 B
Desktop File
12 lines
214 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/ebtables-helper start
|
|
ExecStop=/usr/lib/ebtables-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|