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 /man | |
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 'man')
-rw-r--r-- | man/runit.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/runit.8 b/man/runit.8 index a53cf6e..faf789b 100644 --- a/man/runit.8 +++ b/man/runit.8 @@ -48,6 +48,11 @@ checks if the file .I /etc/runit/reboot exists and has the execute by owner permission set. If so, the system is rebooted, it's halted otherwise. +If +.I /etc/runit/nosync +exists, +.B runit +doesn't invoke sync(). This is useful in vservers. .SH CTRL-ALT-DEL If .B runit |