blob: 25e6b76cc45217a9e2cdac9e248a4b522a92065e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Ethernet bridge table
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/scripts/ebtables start
ExecStop=/usr/lib/systemd/scripts/ebtables stop
[Install]
WantedBy=multi-user.target
|