From 5a7462972faf3982e839da9bc3759539a29d3c53 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 22 Jan 2015 08:19:50 +0100 Subject: [PATCH] revert commit 84ff476dfa12c7e132a9396941b49c3024b14982 from Lednerb, as the cron-reload command is being read from the settings (and can be adjusted) Signed-off-by: Michael Kaufmann (d00p) --- lib/configfiles/trusty.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configfiles/trusty.inc.php b/lib/configfiles/trusty.inc.php index 0259358b..df6573e3 100644 --- a/lib/configfiles/trusty.inc.php +++ b/lib/configfiles/trusty.inc.php @@ -364,7 +364,7 @@ return array( 'etc_cron.d_froxlor' => '/etc/cron.d/froxlor' ), 'restart' => array( - 'service cron reload' + Settings::Get('system.crondreload') ) ), 'awstats' => array(