puppet-midonet/files/gateway/midonet-static-uplink.service
Alejandro Andreu 5dda1b954f Configure static uplink ifaces on startup in RHEL7
Change-Id: Icebf6efae7326de6fb7bdae68a91e65eb6f3a147
2017-03-08 12:22:15 +01:00

12 lines
232 B
Desktop File

[Unit]
Description=Enables and configures the fake MidoNet static uplink interfaces
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/sbin/create_fake_uplink_l2.sh
TimeoutStartSec=0
[Install]
WantedBy=default.target