13 lines
294 B
SYSTEMD
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
|