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.shadd LOG_FILE=/var/log/acme.sh/acme.sh.logmv system/* -t /etc/systemd/systemormv user/* -t "${XDG_CONFIG_HOME:-$HOME/.config}/systemd/user"#systemctl enable acme.sh.timerorsystemctl --user enable acme.sh.timer# acme.sh --home /etc/acme.sh command...or$ acme.sh command...