mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-08 21:18:07 +03:00
9 lines
247 B
SYSTEMD
9 lines
247 B
SYSTEMD
|
[Unit]
|
||
|
Description=Try to mount the removable device of a datastore with uuid '%i'.
|
||
|
After=proxmox-backup-proxy.service
|
||
|
Requires=proxmox-backup-proxy.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/proxmox-backup-manager datastore uuid-mount %i
|