Reverting changes

This commit is contained in:
Michael 2022-09-22 04:33:00 +00:00
parent 4939be065e
commit 30eb511da3
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ DI::config()->load();
if (empty(DI::config()->get('system', 'pidfile'))) {
die(<<<TXT
Please set system.pidfile in config/local.config.php. For example:
'system' => [
'system' => [
'pidfile' => '/path/to/daemon.pid',
],
TXT