diff options
author | Gerrit Pape <pape@smarden.org> | 2002-10-11 08:05:47 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-10-11 08:05:47 +0000 |
commit | a8b25835a825c3ee108ca827613245dd7d7b3ddc (patch) | |
tree | 43e746113881cfb61826ab12a8f1dd5efe2f9720 /doc/runlevels.html | |
parent | 4ee7cb18757d7e740cafcbb992218b8c643fbd89 (diff) | |
download | runit-a8b25835a825c3ee108ca827613245dd7d7b3ddc.tar.gz runit-a8b25835a825c3ee108ca827613245dd7d7b3ddc.tar.xz runit-a8b25835a825c3ee108ca827613245dd7d7b3ddc.zip |
typo.
Diffstat (limited to 'doc/runlevels.html')
-rw-r--r-- | doc/runlevels.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runlevels.html b/doc/runlevels.html index 0d38d0b..33bc8bc 100644 --- a/doc/runlevels.html +++ b/doc/runlevels.html @@ -31,7 +31,7 @@ and replace <tt>/service</tt> with a symlink: # mv -f /service /service.old && ln -s /etc/runit/runsvdir/current /service </pre> You have now created two runlevels: <tt>default</tt> and <tt>single</tt>. -The <tt>current</tt> runlevel is <tt>default</tt>. It is save to remove +The <tt>current</tt> runlevel is <tt>default</tt>. It is safe to remove <tt>/service.old</tt> if you don't need it anymore. <p> Finally edit <tt>/etc/runit/2</tt> to set the <tt>default</tt> runlevel when |