If /var/run was unwritable stopdaemons did not find pid file

This commit is contained in:
Mikael Nordfeldth 2015-04-13 21:51:35 +02:00
parent eefef44378
commit 4526c3f712
1 changed files with 1 additions and 1 deletions

View File

@ -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' =>