-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Maybe someone will find this useful.
systemd ocspd.service
[Unit]
Description=OpenCA OCSP Responder (OCSPD)
Documentation=man:ocspd(3) man:ocspd.conf(3)
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/sbin/ocspd -c /usr/etc/ocspd/ocspd.xml -d
ExecReload=/bin/kill -s HUP ${MAINPID}
ExecStop=/bin/kill -s TERM ${MAINPID}
PIDFile=/usr/var/run/ocspd.pid
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target
Tested on CentOS 7.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels