summaryrefslogtreecommitdiffstats
path: root/base/server/share/lib/systemd/system/pki-tomcatd@.service
Commit message (Collapse)AuthorAgeFilesLines
* Removed pkidaemon support of apache instancesMatthew Harmsen2016-04-271-1/+1
| | | | - PKI TRAC Ticket #2248 - support only tomcat instances
* pki-tomcatd fails to start on system bootMatthew Harmsen2015-04-131-4/+0
| | | | | - PKI TRAC Ticket #1315 - pki-tomcatd fails to start on system boot - PKI TRAC Ticket #1340 - pkidestroy should not remove /var/lib/pki
* fixing for new tomcat systemd filesAde Lee2013-09-171-5/+10
| | | | | | | | tomcat now uses systemd unit files. We will reuse and customize those files accordingly. As a result, startup is simplified considerably - and pkidaemon has been gutted accordingly. We'll need to add migration scripts for older instances in a subsequent patch.
* Changed systemd service file so that target starts up correctlyAde Lee2013-09-021-1/+2
| | | | | | | Also added SuccessExitStatus directive to unit file to ignore exit value 143. As a result of this setting, exit status 0 is returned. Ticket 716
* Reorganized server files.Endi S. Dewata2013-07-131-0/+13
Some server files in base/common have been moved to base/server for consistency. The build scripts have been updated accordingly.