diff options
-rw-r--r-- | Zotlabs/Daemon/Expire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Expire.php b/Zotlabs/Daemon/Expire.php index 186e88fc9..c8fb72bb2 100644 --- a/Zotlabs/Daemon/Expire.php +++ b/Zotlabs/Daemon/Expire.php @@ -9,7 +9,7 @@ class Expire { cli_startup(); - if ($pid = get_xconfig(0, 'expire', 'procid', false)) { + if ($pid = get_xconfig(0, 'expire', 'procid', false) && posix_getpgid($pid)) { logger('Expire: procedure already run with PID ' . $pid, LOGGER_DEBUG); return; } |