From 63feb340f123523573e5cf68a69936828f9e8ef7 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 18 May 2017 19:24:07 +0200 Subject: [PATCH] chdir is not required --- README.md | 2 +- var/www/cron.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 408aa38..c3bf939 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ apt-get install aspell-am aspell-ar aspell-ar-large aspell-bg aspell-bn aspell-b Copy (and modify according to your needs) the configuration files in etc to /etc after installation has finished. -If you copied over the new etc/apt/sources.list file, we need to update our repository data and install a new keyring package for authenticating packages from torproject: +If you copied over the new etc/apt/sources.list file, we need to update our repository data and install a new keyring package for authenticating packages from torproject (you will need to confirm this): ``` apt-get update && apt-get install deb.torproject.org-keyring ``` diff --git a/var/www/cron.php b/var/www/cron.php index 6bcf3dc..109a15f 100644 --- a/var/www/cron.php +++ b/var/www/cron.php @@ -65,7 +65,6 @@ listen = /run/php/$onion listen.owner = www-data listen.group = www-data listen.mode = 0660 -chdir = / pm = ondemand pm.max_children = 8 pm.process_idle_timeout = 10s;