diff --git a/configure.ac b/configure.ac index bb7aea7f6fd..5ed3b61a351 100644 --- a/configure.ac +++ b/configure.ac @@ -1713,9 +1713,9 @@ AS_IF([test "x$SYSTEMD_SERVICE_PATH" = "x"], [], [ AC_CONFIG_FILES([misc/systemd/cf-apache.service]) AC_CONFIG_FILES([misc/systemd/cf-execd.service]) AC_CONFIG_FILES([misc/systemd/cf-hub.service]) - AC_CONFIG_FILES([misc/systemd/cf-reactor.service]) AC_CONFIG_FILES([misc/systemd/cf-monitord.service]) AC_CONFIG_FILES([misc/systemd/cf-postgres.service]) + AC_CONFIG_FILES([misc/systemd/cf-reactor.service]) AC_CONFIG_FILES([misc/systemd/cf-serverd.service]) ]) diff --git a/misc/Makefile.am b/misc/Makefile.am index e68ebd021e2..5315b742c55 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -9,6 +9,7 @@ EXTRA_DIST= init.d/cfengine3.in \ systemd/cf-hub.service.in \ systemd/cf-monitord.service.in \ systemd/cf-postgres.service.in \ + systemd/cf-reactor.service.in \ systemd/cf-serverd.service.in \ systemd/cfengine3.service.in @@ -28,9 +29,9 @@ systemd_DATA += systemd/cf-php-fpm.service systemd_DATA += systemd/cf-apache.service systemd_DATA += systemd/cf-execd.service systemd_DATA += systemd/cf-hub.service -systemd_DATA += systemd/cf-reactor.service systemd_DATA += systemd/cf-monitord.service systemd_DATA += systemd/cf-postgres.service +systemd_DATA += systemd/cf-reactor.service systemd_DATA += systemd/cf-serverd.service install-data-hook: diff --git a/misc/systemd/cf-reactor.service.in b/misc/systemd/cf-reactor.service.in index 9e751abec5f..c1c40606b8d 100644 --- a/misc/systemd/cf-reactor.service.in +++ b/misc/systemd/cf-reactor.service.in @@ -1,5 +1,5 @@ [Unit] -Description=CFEngine Enterprise event reaction daemon +Description=CFEngine event reaction daemon PartOf=cfengine3.service ConditionPathExists=@bindir@/cf-reactor ConditionPathExists=@workdir@/inputs/promises.cf