11 lines
180 B
SYSTEMD
11 lines
180 B
SYSTEMD
|
# WARNING not used in current setup
|
||
|
[Unit]
|
||
|
Description=Try to mount letsencrypt certs after boot
|
||
|
|
||
|
[Timer]
|
||
|
Unit=etc-letsencrypt.mount
|
||
|
OnBootSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|