Repository URL to install this package:
Version:
6.0.1.dev7 ▾
|
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/triliovault-wlm/triliovault-wlm.conf
KillMode=control-group
Restart=on-failure
WorkingDirectory=/var/run
[Install]
WantedBy=multi-user.target