start-stop-daemon documentation still says: -R, --retry timeout | signal/timeout You can either specify a timeout in seconds or a multiple signal/timeout pairs as a stopping schedule. If not specified then a default value of SIGTERM/5 is assumed. ... which is the previous behaviour pre-openrc. With the openrc start-start-daemon, using '-R' or '--retry' alone produces an error: start-stop-daemon: option requires an argument -- 'R' According to previous behaviour and the documentation, I'd expect this to be accepted as '-R SIGTERM/5'.
Hi. Which doc are you referring to?
(In reply to comment #1) > Hi. Which doc are you referring to? 'man start-stop-daemon' ;)
Fixed by commit 26edfe36. Thanks! http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=26edfe36