use reload-commands from settings

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-05-24 09:12:02 +02:00
parent acbaedb44f
commit 48f288789f
7 changed files with 7 additions and 11 deletions

View File

@@ -347,7 +347,7 @@ return array(
'echo "*/5 * * * * root nice -n 5 /usr/local/bin/php -q '.makeCorrectDir(dirname(dirname(dirname(__FILE__)))).'scripts/froxlor_master_cronjob.php" >> /etc/crontab'
),
'restart' => array(
'/etc/rc.d/cron restart'
Settings::Get('system.crondreload')
)
),
'awstats' => array(