- Fix all .service files, type is forking.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=81
This commit is contained in:
Klaus Kämpf 2014-03-26 16:12:54 +00:00 committed by Git OBS Bridge
parent ba55277191
commit 264b2dd024
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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