Add umock-c to crosssdk
[AGL/meta-agl-demo.git] / recipes-config / cluster-demo-network-config / files / cluster-demo-network-conf.service
1 [Unit]
2 Description=Configure dedicated link for cluster demo network
3 After=sys-subsystem-net-devices-eth1.device
4 Requires=sys-subsystem-net-devices-eth1.device
5 Before=network.target
6
7 [Service]
8 # Note that this is done as opposed to using connman as configuring an
9 # interface on a second network separate from the rest of the interfaces
10 # is non-trivial in connman and needs further investigation.
11 ExecStart=/sbin/ifconfig eth1 192.168.20.93
12 Type=oneshot
13
14 [Install]
15 WantedBy=network.target