diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-01-17 11:01:33 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-01-17 11:01:33 (GMT) |
commit | e68c18dea814725bc2862e660b7007ff59e5c79d (patch) | |
tree | a6753aa483b365063bbcc0a88109c53a73b887c8 | |
parent | 08447b048339403efe8fa660cc0270c10d5ce8bb (diff) | |
download | kolab-conf-e68c18dea814725bc2862e660b7007ff59e5c79d.tar.gz |
Make sure the service we reload is effectively @@@webserver_pkg@@@
-rw-r--r-- | conf/templates/php.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/templates/php.ini.template b/conf/templates/php.ini.template index 53193c5..bcd4b69 100644 --- a/conf/templates/php.ini.template +++ b/conf/templates/php.ini.template @@ -2,7 +2,7 @@ KOLAB_META_START TARGET=@@@phpini_dir@@@/php.ini PERMISSIONS=0640 OWNERSHIP=@@@webserver_musr@@@:@@@webserver_grp@@@ -RUNONCHANGE=@@@KOLABRC@@@ rc apache reload +RUNONCHANGE=@@@KOLABRC@@@ rc @@@webserver_pkg@@@ reload COMMENT_CHAR=; KOLAB_META_END @@@warning@@@ |