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

avoids errors from this service on boot as it could be started before pve-cluster. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
172 B
Desktop File
9 lines
172 B
Desktop File
[Unit]
|
|
Description=Proxmox VE replication runner
|
|
ConditionPathExists=/usr/bin/pvesr
|
|
After=pve-cluster.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/pvesr run --mail 1
|