Files
configpolicy/roles/net-ifaces/files/net-ifaces.service
Dustin C. Hatch 704850caa9 roles/net-ifaces: Configure virtual net interfaces
The *net-ifaces* role manages a script that creates virtual network
interfaces, such as bridge, bond, and VLAN, that `dhcpcd`/`dhclient`
alone cannot. This provides a lightweight alternative to
*systemd-networkd* and *NetworkMangager*.
2018-07-23 17:35:10 -05:00

12 lines
235 B
Desktop File

[Unit]
Description=Create virtual network interfaces
Before=network.target network-online.target dhcpcd.service
[Service]
Type=oneshot
ExecStart=/usr/local/libexec/net-ifaces.sh
RemainAfterExit=true
[Install]
WantedBy=network.target