Lets Encrypt certificate renewal API for server cluster and getssl.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
318 B

[Unit]
Description=LEAPI Lets Encrypt Certificate Renewal API
After=network.target
#After=nebula.service
#Before=couchdb.service haproxy.service nginx.service
[Service]
Type=simple
#ExecStartPre=
ExecStart=/opt/leapi/leapi
ExecReload=/bin/kill -USR1 $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target