Skip to content

Commit f6049db

Browse files
committed
The variable $conf['init_scripts'] was not defined in the ispconfig server or interface
config file which caused the restart of daemons to fail.
1 parent eeb56f8 commit f6049db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/tpl/config.inc.php.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ $conf['app_version'] = ISPC_APP_VERSION;
113113
$conf['app_link'] = 'http://www.ispconfig.org/';
114114
$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help';
115115
$conf['server_id'] = '{server_id}';
116+
$conf['init_scripts'] = '/etc/init.d';
116117

117118

118119
//** Interface

0 commit comments

Comments
 (0)