If /var/run was unwritable stopdaemons did not find pid file
This commit is contained in:
parent
eefef44378
commit
4526c3f712
|
@ -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' =>
|
||||
|
|
Loading…
Reference in New Issue
Block a user