certbot-webroot/certbot-webroot.service

16 lines
390 B
Desktop File

[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
WorkingDirectory=-/opt/certbot-webroot
ExecStart=/usr/bin/node /opt/certbot-webroot/certbot-webroot.js
Restart=on-failure
[Install]
WantedBy=multi-user.target