crypt-mounts/template.mount
2022-03-16 16:23:29 +01:00

11 lines
241 B
SYSTEMD

[Unit]
Description=Mount PH_FRIENDLY Volume
# Below Requisite could be a Wants
Requisite=systemd-cryptsetup@PH_MAPPER.service
After=systemd-cryptsetup@PH_MAPPER.service
[Mount]
What=/dev/mapper/PH_MAPPER
Where=PH_TARGET
Options=rw,relatime