packages/ebtables/ebtables.service
2019-11-02 16:33:17 +01:00

14 lines
272 B
Desktop File

[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