Created
August 26, 2016 18:40
-
-
Save MakuSensei/8ab285a0c7b8c1fbcad2721ee41b4368 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
entrar a /etc/systemd/system.conf | |
y modificar lo siguiente: | |
#DefaultTimeoutStartSec=90s | |
#DefaultTimeoutStopSec=90s | |
por lo sigientes valores (Descomentar) | |
DefaultTimeoutStartSec=10s | |
DefaultTimeoutStopSec=10s | |
Guardar y reiniciar, se notara el cambio en el proximo reinicio. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment