12 lines
222 B
SYSTEMD
12 lines
222 B
SYSTEMD
|
[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
|