From 621d9e5c413e561293d7484b93882d985b3fe15f Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Sat, 24 Mar 2012 02:27:47 -0500 Subject: Removed unnecessary pki folder. Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131 --- base/ocsp/shared/lib/systemd/system/pki-ocspd.target | 8 ++++++++ base/ocsp/shared/lib/systemd/system/pki-ocspd@.service | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 base/ocsp/shared/lib/systemd/system/pki-ocspd.target create mode 100644 base/ocsp/shared/lib/systemd/system/pki-ocspd@.service (limited to 'base/ocsp/shared/lib/systemd/system') diff --git a/base/ocsp/shared/lib/systemd/system/pki-ocspd.target b/base/ocsp/shared/lib/systemd/system/pki-ocspd.target new file mode 100644 index 000000000..5db6bf4df --- /dev/null +++ b/base/ocsp/shared/lib/systemd/system/pki-ocspd.target @@ -0,0 +1,8 @@ +[Unit] +Description=PKI Online Certificate Status Protocol Server +After=syslog.target network.target + +[Install] +WantedBy=multi-user.target + + diff --git a/base/ocsp/shared/lib/systemd/system/pki-ocspd@.service b/base/ocsp/shared/lib/systemd/system/pki-ocspd@.service new file mode 100644 index 000000000..7b4e7855b --- /dev/null +++ b/base/ocsp/shared/lib/systemd/system/pki-ocspd@.service @@ -0,0 +1,13 @@ +[Unit] +Description=PKI Online Certificate Status Protocol Server %i +After=pki-ocspd.target +BindTo=pki-ocspd.target + +[Service] +Type=forking +ExecStart=/usr/bin/pkicontrol start ocsp %i +ExecStop=/usr/bin/pkicontrol stop ocsp %i + +[Install] +WantedBy=multi-user.target + -- cgit