certbot-webroot/certbot-webroot.service

15 lines
351 B
SYSTEMD
Raw Normal View History

2020-03-24 22:22:28 +01:00
[Unit]
Description=certbot-webroot.js - webservice for helping certbot to validate FQDN
Documentation=https://www.blorand.org
After=network.target
[Service]
EnvironmentFile=-/etc/default/certbot-webroot
Type=simple
User=www-data
2020-03-24 22:33:09 +01:00
ExecStart=/usr/bin/node /opt/certbot-webroot/certbot-webroot.js
2020-03-24 22:22:28 +01:00
Restart=on-failure
[Install]
WantedBy=multi-user.target