This repository has been archived on 2023-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
frontal-web-conf/etc-letsencrypt.mount

14 lines
258 B
SYSTEMD

[Unit]
Description=Mount Let's Encrypt data directory
Wants=systemd-cryptsetup@lecrypt.service
After=systemd-cryptsetup@lecrypt.service
[Mount]
What=/dev/mapper/lecrypt
Where=/etc/letsencrypt
Type=ext4
Options=rw,relatime
[Install]
WantedBy=default.target