aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2017-10-13 08:34:32 +0200
committerJoachim Nilsson <troglobit@gmail.com>2017-10-13 08:34:32 +0200
commit97eca563b645dd7a4afc3b584f4fd0134ec4ca7a (patch)
tree5d246353103ee2ab6ae31d449739e3711c59e88d
parent0174347039790d236431bae88ef97120de4f137a (diff)
downloadfinit-master.zip
finit-master.tar.gz
finit-master.tar.bz2
Reduce indent and remove non-matching keyword `conf`master
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c9b7365..f9cd9a1 100644
--- a/README.md
+++ b/README.md
@@ -254,7 +254,7 @@ are used, and even more commonly, only the default runlevel is used.
To specify an allowed set of runlevels for a `service`, `run` command,
`task`, or `tty`, add `[NNN]` to your `/etc/finit.conf`, like this:
-```conf
+```
service [S12345] /sbin/syslogd -n -x -- System log daemon
run [S] /etc/init.d/acpid start -- Starting ACPI Daemon
task [S] /etc/init.d/kbd start -- Preparing console
@@ -284,9 +284,9 @@ The following examples illustrate this. Bootstrap task and run commands
are also removed when they have completed, `initctl show` will not list
them.
-```conf
- task [S] echo "foo" | cat >/tmp/bar
- run [S] echo "$HOME" >/tmp/secret
+```
+task [S] echo "foo" | cat >/tmp/bar
+run [S] echo "$HOME" >/tmp/secret
```
Switching between runlevels can be done by calling init with a single