Initial commit
This commit is contained in:
14
certbot-webroot.service
Normal file
14
certbot-webroot.service
Normal file
@ -0,0 +1,14 @@
|
||||
[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
|
Reference in New Issue
Block a user