2020-02-25 15:16:34 +08:00
|
|
|
[Unit]
|
|
|
|
|
Description=Openwsman WS-Management Service
|
|
|
|
|
After=syslog.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=forking
|
|
|
|
|
ExecStart=/usr/sbin/openwsmand -S
|
2021-11-08 16:07:51 +08:00
|
|
|
ExecStartPost=/usr/bin/sleep 0.1
|
2020-02-25 15:16:34 +08:00
|
|
|
ExecStartPre=/etc/openwsman/owsmantestcert.sh
|
|
|
|
|
PIDFile=/var/run/wsmand.pid
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|