Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 534446

Summary: sys-apps/openrc - init.d scripts should show extra_started_commands
Product: Gentoo Hosted Projects Reporter: Toralf Förster <toralf>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2015-01-03 16:26:09 UTC
is shown in bug #534208 an init.d script should show all available commands.
Comment 1 William Hubbs gentoo-dev 2015-01-05 18:19:52 UTC
The help you are looking at in that bug cannot show help for service
specific commands. The way to get that help is through the describe
command, for example:

/etc/init.d/foo describe

(or preferably)

rc-service foo describe