summarylogtreecommitdiffstats
path: root/cfengine.install
diff options
context:
space:
mode:
authorVanush "Misha" Paturyan2016-04-25 12:30:34 +0100
committerVanush "Misha" Paturyan2016-04-25 12:58:27 +0100
commit6e65e83f1294b3870ff9cab97a33b5fd38878a39 (patch)
tree3b7d794f7dd61873712dcfc697b560d721592607 /cfengine.install
parent19820c7482c443239f787c995622f1238884c3fd (diff)
downloadaur-6e65e83f1294b3870ff9cab97a33b5fd38878a39.tar.gz
Adding cfengine3.service systemctl file
Masterfiles included in this package are attempting to restart cfengine3.service on a bootstrap. This patch introduces cfengine3.service file that depends on existing cf-execd, cf-monitord and cf-serverd services
Diffstat (limited to 'cfengine.install')
-rw-r--r--cfengine.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfengine.install b/cfengine.install
index d9820b511648..c0e436a68643 100644
--- a/cfengine.install
+++ b/cfengine.install
@@ -30,7 +30,7 @@ post_install() {
#fi
echo -e "\nBootstrap cfengine with cf-agent --bootstrap <IP address of policy server>\n"
-
+ echo -e "\nRun systemctl enable cfengine3 to enable CFEngine 3\n"
}
post_remove() {