a764f165ac
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
|