diff options
author | Andras Korn <korn-debbugs@elan.rulez.org> | 2012-12-06 16:57:06 +0100 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2024-09-25 23:38:40 +0000 |
commit | b958506f7c1d51cea86a29b829dab6accbdc5c92 (patch) | |
tree | a4914793eb983430d9ecc420a94e7a377cbb3e5d /doc/runit.8.html | |
parent | 58c4dce8cd92034f5c874e315bb291032355d51a (diff) | |
download | runit-b958506f7c1d51cea86a29b829dab6accbdc5c92.tar.gz runit-b958506f7c1d51cea86a29b829dab6accbdc5c92.tar.xz runit-b958506f7c1d51cea86a29b829dab6accbdc5c92.zip |
support /etc/runit/nosync file to make sync on shutdown/reboot optional
https://bugs.debian.org/695281
Diffstat (limited to 'doc/runit.8.html')
-rw-r--r-- | doc/runit.8.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/runit.8.html b/doc/runit.8.html index 6c46b39..3cc8287 100644 --- a/doc/runit.8.html +++ b/doc/runit.8.html @@ -34,6 +34,8 @@ stage 2 if it is running, and runs <i>/etc/runit/3</i>. The systems tasks to shu and possibly halt or reboot the system are done here. If stage 3 returns, <b>runit</b> checks if the file <i>/etc/runit/reboot</i> exists and has the execute by owner permission set. If so, the system is rebooted, it’s halted otherwise. +If <i>/etc/runit/nosync</i> exists, <b>runit</b> doesn’t invoke +sync(). This is useful in vservers. <h2><a name='sect6'>Ctrl-alt-del</a></h2> If <b>runit</b> receives the ctrl-alt-del keyboard request and the file |