diff options
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown index 02f5e83..d569dd2 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -6,6 +6,9 @@ . /etc/rc.conf . /etc/rc.d/functions +# don't let all the systemd tools be too verbose +export SYSTEMD_LOG_LEVEL="notice" + # avoid staircase effect stty onlcr |