meta-hpe: dl360-g11 power sequencing

Signed-off-by: Andrew Neyland <andrew.neyland@hpe.com>
Change-Id: I991a2519850214a547b8129281d043a5f8af9d9e
diff --git a/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.service b/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.service
new file mode 100644
index 0000000..21711bc
--- /dev/null
+++ b/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=HPE virtualnic configuration
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/etc/virtualnic/virtualnic start
+ExecStop=/etc/virtualnic/virtualnic stop
+
+[Install]
+WantedBy=multi-user.target