summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox/data/etc/systemd/system/bridge-additional-nics.service
blob: df36e015f75cd8991205a4b89b90d3e2bdde25f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Setup bridges for addition network interfaces
Wants=systemd-udevd.service
After=systemd-udev-settle.service systemd-udevd.service
Before=network.target

[Service]
Type=oneshot
ExecStart=/opt/openslx/scripts/systemd-bridge_additional_nics
RemainAfterExit=true