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
372 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=/bin/sh -c 'until ping -c1 8.8.8.8 ; do sleep 1; done;'
ExecStart=/opt/leapi/leapi
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target