forked from proxmox-mirrors/proxmox-backup
The previous wording might suggest that mount is attempted for all devices or that all devices belong to a datastore. Reported-by: Stefan Hanreich <s.hanreich@proxmox.com> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Link: https://lore.proxmox.com/20260429140155.300518-1-f.ebner@proxmox.com Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
9 lines
266 B
Desktop File
9 lines
266 B
Desktop File
[Unit]
|
|
Description=Conditionally mounting device with uuid '%i' if it belongs to a removable datastore
|
|
After=proxmox-backup-proxy.service
|
|
Requires=proxmox-backup-proxy.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/proxmox-backup-manager datastore uuid-mount %i
|