ebtables/ebtables.service
Kristyna Streitova 0a66a9820d Accepting request 762870 from home:kstreitova:branches:security:netfilter
- 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
2020-01-15 09:23:27 +00:00

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