summarylogtreecommitdiffstats
path: root/ebtables.service
blob: d73ad14789f5e8c6dab7dc83972047349defba08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Ethernet bridge table
Before=network-pre.target
Wants=network-pre.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/scripts/ebtables start
ExecStop=/usr/lib/systemd/scripts/ebtables stop

[Install]
WantedBy=multi-user.target