Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94e056abd7 | ||
|
|
861034dc30 |
@@ -1374,11 +1374,9 @@ push @listen, $listen6 if $listen6;
|
||||
$server->listen(\@listen);
|
||||
$server->heartbeat_interval(3);
|
||||
$server->heartbeat_timeout(60);
|
||||
$server->spare(2);
|
||||
$server->workers(2);
|
||||
|
||||
$app->log(Mojo::Log->new(
|
||||
path => $app->config('logfile'),
|
||||
level => $app->config('loglevel')
|
||||
));
|
||||
|
||||
#--------------
|
||||
#--- DAEMON ---
|
||||
|
||||
@@ -18,7 +18,7 @@ command_interpreter="@perl@"
|
||||
|
||||
load_rc_config ${name}
|
||||
|
||||
: ${pgagent_enable:="NO"}
|
||||
: ${maacom_enable:="NO"}
|
||||
|
||||
run_rc_command "$1"
|
||||
#EOF
|
||||
|
||||
Reference in New Issue
Block a user