diff options
author | Gerrit Pape <pape@smarden.org> | 2006-01-02 20:38:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-01-02 20:38:10 +0000 |
commit | c2761c3fce17025663afe1d7016c156eead77659 (patch) | |
tree | 7b9d4bb38ccfb4c0213e34f5db60704527019c5b /doc/replaceinit.html | |
parent | cc8f7577b6cf2cdc2b0489e3d18251bd98ba73c5 (diff) | |
download | runit-c2761c3fce17025663afe1d7016c156eead77659.tar.gz runit-c2761c3fce17025663afe1d7016c156eead77659.tar.xz runit-c2761c3fce17025663afe1d7016c156eead77659.zip |
* chpst.c: adjust nice value and set limits before dropping permissions.
* sv.c: new additional command 'check'; with -v check for CONT through ./check if service is up. * man/sv.8: adapt. 1.3.3.
Diffstat (limited to 'doc/replaceinit.html')
-rw-r--r-- | doc/replaceinit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/replaceinit.html b/doc/replaceinit.html index da07a96..408897e 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -116,7 +116,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.3.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.3.3@smarden.org </pre> <hr> @@ -205,7 +205,7 @@ This will cause <i>runit</i> to enter stage 3 which runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.3.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-1.3.3@smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the |