aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openwsman/openwsman/openwsmand.service
diff options
context:
space:
mode:
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