From 1e96cca2042075cd9e87be3619b8a6c1ead8cf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:17:38 +0200 Subject: [PATCH] Update local-sample.config.php --- conf/local-sample.config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/local-sample.config.php b/conf/local-sample.config.php index 67c610a..ef4a0f7 100644 --- a/conf/local-sample.config.php +++ b/conf/local-sample.config.php @@ -41,7 +41,6 @@ return [ 'system' => [ 'url' => 'https://__DOMAIN__', 'basepath' => '__INSTALL_DIR__' - 'pidfile' => '/run/friendica/daemon.pid', 'default_timezone' => '__TIMEZONE__', 'language' => '__LANGUAGE__', ],