Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          4.0.97  ▾
        
         | 
# /etc/systemd/system/wlm-api.service
[Unit]
Description=workloadmanager api service
[Service]
Type=simple
User=nova
Group=nova
ExecStart=/usr/bin/workloadmgr-api --config-file=/etc/workloadmgr/workloadmgr.conf
KillMode=process
Restart=always
RestartSec=5s
WorkingDirectory=/var/run
[Install]
WantedBy=multi-user.target