Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          4.3.8.4  ▾
        
         | 
| 
    
    workloadmgr
  
    /
        
    usr
  
        /
        
    lib
  
        /
        
    python3
  
        /
        
    dist-packages
  
        /
        
    workloadmgr
  
        /
        
    templates
  
        /
        wlm-scheduler.service.j2
   | 
|---|
# /etc/systemd/system/wlm-scheduler.service
[Unit]
Description=workloadmanager scheduler service
After=wlm-scheduler.service
[Service]
Type=simple
User=nova
ExecStart={{ exec_path }}/workloadmgr-scheduler --config-file=/etc/workloadmgr/workloadmgr.conf
KillMode=control-group
Restart=on-failure
WorkingDirectory=/var/run
[Install]
WantedBy=multi-user.target