]> git.ipfire.org Git - thirdparty/squid.git/commit
Allow sending "squid -k ..." signals to PID 1 (#863)
authorJonathan Newton <jwcnewton@gmail.com>
Fri, 23 Jul 2021 07:03:26 +0000 (07:03 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 23 Jul 2021 16:13:08 +0000 (16:13 +0000)
commit3db00caa6b783bdb483fd1b454859c287de4c9c8
treeb44b8afe887aaf7e9dec2a34cfbe5b3343101d39
parent4bd88eb46c74d3c58ae6310f7ec494784e325642
Allow sending "squid -k ..." signals to PID 1 (#863)

Inside a container, Squid usually runs with PID=1. Since "squid -k"
feature was added in 1996 (commit 7690e8e), Squid refused to signal a
PID=1 instance. We do not know why, and it could have been an accident.
We cannot find a good reason to keep prohibiting such signalling.
src/Instance.cc