On Fri, 18 Jan 2019, Dima Veselov wrote:
On Fri, Jan 18, 2019 at 12:13:52PM +0100, Martin Husemann wrote:On Fri, Jan 18, 2019 at 02:00:54PM +0300, Dima Veselov wrote:Greetings! After some 8.0-STABLE upgrades all my NetBSD boxes have problem with rc.d scripts. They are definitely working, but when script have to wait for a process it contantly prints that: [root@almaz src]$ /etc/rc.d/php_fpm restart Stopping php_fpm. usage: sleep secondsCan you try "sh -x /etc/rc.d/php_fpm restart" and log the output?No problem.
Try the following instead: sh -x /etc/rc.d/php_fpm stop -- Stephen