home · contact · privacy
122e7c19969af3f5f5b4cdd03e860a725dab9f0b
[config] / all_new_2018 / linkable_etc_files / web / etc / systemd / system / certbot.service
1 [Unit]
2 Description=Certbot
3 Documentation=file:///usr/share/doc/python-certbot-doc/html/index.html
4 Documentation=https://letsencrypt.readthedocs.io/en/latest/
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/bin/certbot -q renew --webroot -w /var/www/html/
8 PrivateTmp=true