Kristyna Streitova
8b3624a4e2
add systemd support OBS-URL: https://build.opensuse.org/request/show/394008 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/ebtables?expand=0&rev=41
12 lines
208 B
Desktop File
12 lines
208 B
Desktop File
[Unit]
|
|
Description=Ethernet Bridge Filtering tables
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/ebtables start
|
|
ExecStop=/usr/libexec/ebtables stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|