Create ipmi folder under /run and /var/lib.

It will be easier to manage, if all ipmi related
configurations are stored under ipmi folder. So,
make sure that /run/ipmi (volatile) & /var/lib/ipmi
(non-volatile) exists before starting the service.

Change-Id: I7b81192b21b3fe19f04a43eba61063015fdb07be
Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service b/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
index b1f51dc..2d61b90 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
@@ -14,3 +14,6 @@
 ExecStart=/usr/bin/env netipmid
 SyslogIdentifier=netipmid
 Restart=always
+RuntimeDirectory = ipmi
+RuntimeDirectoryPreserve = yes
+StateDirectory = ipmi