aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service
diff options
context:
space:
mode:
authorBian Naimeng <biannm@cn.fujitsu.com>2015-01-06 13:45:47 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 15:22:59 +0200
commit73add05181c9f27d311c0f5b1da19bdb85eb20d9 (patch)
tree525e7ab6f2c27696c11d4f7ecaf9c316ad0efd46 /meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service
parentdac94b875fb417696e8ec51c0e14e5da915c742f (diff)
downloadmeta-openembedded-contrib-73add05181c9f27d311c0f5b1da19bdb85eb20d9.tar.gz
openwsman: add recipe
Opensource Implementation of WS-Management Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service')
-rw-r--r--meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service b/meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service
new file mode 100644
index 0000000000..154f3cdaf2
--- /dev/null
+++ b/meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Openwsman WS-Management Service
+After=syslog.target
+
+[Service]
+Type=forking
+ExecStart=@SBINDIR@/openwsmand
+ExecStartPre=@SYSCONFDIR@/openwsman/owsmangencert.sh
+PIDFile=@LOCALSTATEDIR@/run/wsmand.pid
+
+[Install]
+WantedBy=multi-user.target