From: Mikael Nordfeldth Date: Mon, 13 Apr 2015 19:51:35 +0000 (+0200) Subject: If /var/run was unwritable stopdaemons did not find pid file X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4526c3f712d430e2096f38fea1efbd46e84f9149;p=quix0rs-gnu-social.git If /var/run was unwritable stopdaemons did not find pid file --- diff --git a/lib/default.php b/lib/default.php index c0d559e1cc..5f4b806b81 100644 --- a/lib/default.php +++ b/lib/default.php @@ -181,7 +181,7 @@ $default = array('dropoff' => 864000.0, # controls weighting based on age 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days 'daemon' => - array('piddir' => '/var/run', + array('piddir' => sys_get_temp_dir(), 'user' => false, 'group' => false), 'emailpost' =>