summaryrefslogtreecommitdiffstats
path: root/meta-agl-demo/recipes-config/cluster-demo-network-config/files/cluster-demo-network-conf@.service
blob: 5fc29b7a069d7f0af5bf389d17601a1b170ac0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Configure dedicated link for cluster demo network
After=sys-subsystem-net-devices-%i.device
Requires=sys-subsystem-net-devices-%i.device
Before=network.target

[Service]
ExecStart=/usr/sbin/cluster-demo-network-conf.sh %i
Type=oneshot

[Install]
WantedBy=network.target