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

13 lines
294 B
SYSTEMD

# ALERT nginx.service must NOT be enabled
[Unit]
Description=Mount Let's Encrypt data directory
Wants=systemd-cryptsetup@lecrypt.service
After=systemd-cryptsetup@lecrypt.service network.target
[Mount]
What=/dev/mapper/lecrypt
Where=/etc/letsencrypt
Type=ext4
Options=rw,relatime
TimeoutSec=45