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