iptables/SOURCES/ebtables.service

12 lines
222 B
SYSTEMD
Raw Normal View History

2022-05-17 10:25:34 +00:00
[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