11 lines
241 B
SYSTEMD
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
|