mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 22:20:12 +01:00
slackware: add short sleep to initscript during service restart
The restart() function almost never works here - perhaps some part of NM takes a bit too long to stop() and then blocks the start() operation - but "sleep 2" between them makes everything fine.
This commit is contained in:
parent
1d56981c8b
commit
2b9392950e
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ nm_stop()
|
|||
nm_restart()
|
||||
{
|
||||
nm_stop
|
||||
sleep 2
|
||||
nm_start
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue