mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 09:35:46 +02:00
Added assumed path to description and corrected command format.
This commit is contained in:
parent
7bf5a9a5f3
commit
b1d02e0a6a
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# service
|
# service
|
||||||
|
|
||||||
> Manage services by running init scripts.
|
> Manage services by running init scripts.
|
||||||
> The full script path should be omitted.
|
> The full script path (usually /etc/init.d/) should be omitted.
|
||||||
|
|
||||||
- Start/Stop/Restart/Reload service (start/stop should always be available):
|
- Start/Stop/Restart/Reload service (start/stop should always be available):
|
||||||
|
|
||||||
`service {{init_script}} start/stop/restart/reload`
|
`service {{init_script}} {{start|stop|restart|reload}}`
|
||||||
|
|
||||||
- Do a full restart (runs script twice with start and stop):
|
- Do a full restart (runs script twice with start and stop):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue