mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02: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() {
|
function shutdown() {
|
||||||
|
posix_kill(posix_getpid(), SIGTERM);
|
||||||
posix_kill(posix_getpid(), SIGHUP);
|
posix_kill(posix_getpid(), SIGHUP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue