2012-05-21 13:19:34 +00:00
|
|
|
[Unit]
|
|
|
|
Description=OpenPegasus CIM Server
|
2014-03-12 13:59:51 +00:00
|
|
|
After=syslog.target slpd.service
|
2012-05-21 13:19:34 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2013-12-13 16:16:16 +00:00
|
|
|
ExecStartPre=/usr/share/Pegasus/scripts/generate-certs
|
2012-05-21 13:19:34 +00:00
|
|
|
ExecStart=/usr/sbin/cimserver
|
|
|
|
PIDFile=/var/run/tog-pegasus/cimserver.pid
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|