# This unit is used to configure an IP adres for a vde tap interface. It needs a vde@.service instance of the same name active before started. .include /etc/systemd/system/vde@.service.d/00gentoo.conf [Unit] Description=Ifconfig for the VDE %i instance - Virtual Distributed Ethernet switch Documentation=http://wiki.gentoo.org/wiki/Vde/systemd Requisite=vde@%i.service Before=dnsmasq.service After=vde@%i.service [Service] Type=oneshot ExecStart=/bin/ifconfig $%i_TAP $%i_IP RemainAfterExit=no [Install] RequiredBy=vde@%i.service