------------------------------------------------------------ revno: 1618 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Thu 2014-04-24 13:39:18 +0100 message: * init/man/init.5: Further clarification of 'respawn limit'. modified: ChangeLog init/man/init.5
-- lp:upstart https://code.launchpad.net/~upstart-devel/upstart/trunk Your team Upstart Reviewers is subscribed to branch lp:upstart. To unsubscribe from this branch go to https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog' --- ChangeLog 2014-04-24 10:35:33 +0000 +++ ChangeLog 2014-04-24 12:39:18 +0000 @@ -1,6 +1,6 @@ 2014-04-24 James Hunt <[email protected]> - * init/man.5: + * init/man/init.5: - Clarify default behaviour of 'respawn' stanza. - Add missing 'respawn limit unlimited' details. === modified file 'init/man/init.5' --- init/man/init.5 2014-04-24 10:35:33 +0000 +++ init/man/init.5 2014-04-24 12:39:18 +0000 @@ -574,12 +574,23 @@ times in .I INTERVAL seconds, it will be considered to be having deeper problems and will -be stopped. Default COUNT is 10. Default INTERVAL is 5 seconds, unless +be stopped. Default COUNT is 10. Default INTERVAL is 5 seconds. + +If the special argument .I unlimited -is specified in which case no limit will be applied and the job will be -respawned indefinitely. +is specified instead of a +.I COUNT +and +.I INTERVAL +value, no limit will be applied and the job will be +respawned indefinitely. Specifying either +.I COUNT +or +.I INTERVAL +as zero implies +.IR unlimited "." -This only applies to automatic respawns and not the +This stanza only applies to automatic respawns and not the .BR restart (8) command. .\"
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
