mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Add posix_kill() SIGTERM for Friendica
This commit is contained in:
parent
2ac37b2d45
commit
73a9db84ee
1 changed files with 3 additions and 2 deletions
|
@ -247,5 +247,6 @@ while (true) {
|
|||
}
|
||||
|
||||
function shutdown() {
|
||||
posix_kill(posix_getpid(), SIGTERM);
|
||||
posix_kill(posix_getpid(), SIGHUP);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue