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