diff options
Diffstat (limited to 'conf.d/bootmisc')
-rw-r--r-- | conf.d/bootmisc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.d/bootmisc b/conf.d/bootmisc new file mode 100644 index 00000000..e33c03b3 --- /dev/null +++ b/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="yes" |