I've looked around here and the manual pages for apt-get
, apt
, and dpkg
.
I would like to upgrade the php-fpm package without triggering an immediate restart of the service. I realize of course that a restart will be needed, I just want to be able to do it separately from the upgrade.
Use case: When upgrading packages and the kernel, the php webapp is interrupted twice, once when php-fpm is upgraded and again on reboot for the new kernel.
0 Answers