Add an example of ocspd systemd service
This commit is contained in:
parent
8e9d72071e
commit
cf2a667cc3
1 changed files with 14 additions and 0 deletions
14
ocspd.service
Normal file
14
ocspd.service
Normal 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
|
Loading…
Add table
Reference in a new issue