commit 1f254c222fce4915a46a21e87f7ef5bad0d2dbaa parent c4e05839dc9314aa764c433c6eec5e52a868a8df Author: Morel BĂ©renger <berengermorel76@gmail.com> Date: Sun, 3 Jan 2021 14:52:38 +0100 generic: improve a comment Diffstat:
M | templates/generic/root/etc/runit/common | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/templates/generic/root/etc/runit/common b/templates/generic/root/etc/runit/common @@ -2,7 +2,10 @@ badconf() { - #echo $@ | tee ./down #beware the sharing! + ##beware the sharing! + ##also, in current state, the down file would be kept through + ##reboot, while problems might disappear on new boot! + #echo $@ | tee ./down echo $@ sv stop $SVNAME exit 1