Faster poweroff
Do
vim cp /etc/systemd/system.conf
Find the line
#DefaultTimeoutStopSec=90s
And change to
DefaultTimeoutStopSec=1s
With this all the processes shutdown fast or are killed
Do
vim cp /etc/systemd/system.conf
Find the line
#DefaultTimeoutStopSec=90s
And change to
DefaultTimeoutStopSec=1s
With this all the processes shutdown fast or are killed