mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:17:15 +08:00
12 lines
221 B
SYSTEMD
12 lines
221 B
SYSTEMD
|
[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
|