LDP/LDP/howto/docbook/HighQuality-Apps-HOWTO/service.xml

11 lines
431 B
XML

<screen>
<prompt>bash# </prompt><command>service mysystem start</command>
Starting MySystem: [ OK ]
<prompt>bash# </prompt><command>service mysystem status</command>
Subsysten MySystem is active with pid 1234
<prompt>bash# </prompt><command>service mysystem reload</command>
Reloading MySystem: [ OK ]
<prompt>bash# </prompt><command>service mysystem stop</command>
Stopping MySystem: [ OK ]
<prompt>bash# </prompt></screen>