systemd units for renew certificates acquired via acme.sh
The timer unit should be enabled.
Note: User units are not tested
mkdir -pm 0700 /{etc,var/log}/acme.sh
add LOG_FILE=/var/log/acme.sh/acme.sh.log
mv system/* -t /etc/systemd/system
ormv user/* -t "${XDG_CONFIG_HOME:-$HOME/.config}/systemd/user"
#systemctl enable acme.sh.timer
orsystemctl --user enable acme.sh.timer
# acme.sh --home /etc/acme.sh command...
or$ acme.sh command...