Kristyna Streitova
d9c89b305e
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
12 lines
222 B
Desktop File
12 lines
222 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/ebtables-helper start
|
|
ExecStop=/usr/libexec/ebtables-helper stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|