summaryrefslogtreecommitdiffstats
path: root/base/server/scripts/pkidaemon
Commit message (Collapse)AuthorAgeFilesLines
* Debian: add init script functionalityAde Lee2014-01-081-0/+27
| | | | | | | | | | | | | | | The addtions in this patch will add start/stop/restart/status functionality to operations, so that Debian systems can perform these operations by calling these functions from an init script. We also introduce a parameter in the configuration scripts that can be used to determine if the system is a debian system. This parameter is used to specify a system V init script instead of a systemd script on a debian system, when the configuration scriptlets start and stop a system. Also source apparently does not work by default in debian. Used dot (.) instead.
* fixing for new tomcat systemd filesAde Lee2013-09-171-20/+2
| | | | | | | | 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-2/+0
| | | | | | | 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
* Renamed base/deploy to base/server.Endi Sukma Dewata2013-04-091-0/+78
The base/deploy folder has been renamed to base/server to match the package name. The pki.conf has been moved into pki-base package. Ticket #553, #564