#207 TPS instance creation fails when using systemd
Closed: Fixed Opened by nkinder.

When attempting to create a TPS instance on F17, the initial startup of the TPS service fails with a generic "file not found" error. It turns out that we do not have any systemd files for TPS, so neither the systemctl or service commands work to start a TPS instance.

We need to create the following files/directories and have them be installed as a part of the pki-tps package:

/usr/lib/systemd/system/pki-tpsd.wants/
/usr/lib/systemd/system/pki-tpsd.target
/usr/lib/systemd/system/pki-tpsd@.service

I was able to create the .target and .service files manually (using the TKS files as a template), which then allowed me to use systemctl to start my TPS instance successfully.


The RA also needs these files.

Metadata Update from @nkinder:
- Issue assigned to vakwetu
- Issue set to the milestone: Dogtag 10.0.0.a1

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/778

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata