mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 13:29:58 +00:00

This way, a running backup cannot prevent pve-guests from starting a virtual guest which was marked with 'onboot' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 lines
412 B
Desktop File
19 lines
412 B
Desktop File
[Unit]
|
|
Description=Proxmox VE scheduler
|
|
ConditionPathExists=/usr/bin/pvescheduler
|
|
Wants=pve-cluster.service
|
|
After=pve-cluster.service
|
|
After=pve-guests.service
|
|
After=pve-storage.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/pvescheduler start
|
|
ExecStop=/usr/bin/pvescheduler stop
|
|
ExecReload=/usr/bin/pvescheduler restart
|
|
PIDFile=/var/run/pvescheduler.pid
|
|
KillMode=process
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|