- Fix cf-serverd.service file, type is forking.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=78
This commit is contained in:
Klaus Kämpf 2014-03-26 08:24:32 +00:00 committed by Git OBS Bridge
parent 35ed2c7da9
commit 79da141433
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Description=CFEngine Server Daemon
After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/cf-serverd
[Install]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 26 08:24:00 UTC 2014 - kkaempf@suse.com
- Fix cf-serverd.service file, type is forking.
-------------------------------------------------------------------
Tue Mar 18 11:30:23 UTC 2014 - kkaempf@suse.com