summaryrefslogtreecommitdiffstats
path: root/redhat/systemd
Commit message (Collapse)AuthorAgeFilesLines
* redhat/systemd: The bcfg2 client is not forkingSol Jerome2013-12-241-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Fix systemd script to use BCFG2_OPTIONSSol Jerome2013-12-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Systemd: Fix path to PID fileJonathan Billings2013-01-151-2/+2
| | | | | Due to the way that the server drops privs, the PID file has to be saved into a subdirectory of /run.
* Systemd: Fix server systemd unitJonathan Billings2013-01-151-1/+2
| | | | | | | | | | | * Run the daemon with -D /run/bcfg2-server.pid. If you don't run it with -D PID, it doesn't fork, and since the unit file is Type=forking, the service eventually times out and fails. * Use the PIDFile unit option to give systemd a hint where the PID file is located. This is recommended when using Type=forking by the systemd documentation. * Use $BCFG2_SERVER_OPTIONS, which is defined in /etc/sysconfig/bcfg2-server, instead of $OPTIONS, which is not.
* changed default pidfile location in init scripts to allow easier privilege ↵Chris St. Pierre2012-10-041-1/+1
| | | | dropping
* Path fixedFabian Affolter2012-05-012-2/+2
|
* Initial .service files addedFabian Affolter2011-07-032-0/+26