Add an example of ocspd systemd service

This commit is contained in:
Victor LABORIE 2018-06-27 14:50:48 +02:00
parent 8e9d72071e
commit cf2a667cc3

14
ocspd.service Normal file
View file

@ -0,0 +1,14 @@
[Unit]
Description=Shellpki OCSP responder
After=network.target
[Service]
User=shellpki
Group=shellpki
Type=simple
ExecStart=/usr/local/sbin/shellpki ocsp ocsp.example.com:8888
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target