diff options
Diffstat (limited to 'etc/conf.d/bootmisc')
-rw-r--r-- | etc/conf.d/bootmisc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/conf.d/bootmisc b/etc/conf.d/bootmisc new file mode 100644 index 0000000..e3292f9 --- /dev/null +++ b/etc/conf.d/bootmisc @@ -0,0 +1,12 @@ +# /etc/conf.d/bootmisc + +# Put a nologin file in /etc to prevent people from logging in before +# system startup is complete + +DELAYLOGIN="no" + + +# Should we completely wipe out /tmp or just selectively remove known +# locks / files / etc... ? + +WIPE_TMP="no" |