mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
10def260f6
This commit includes: 1. addition of "sleep 2" between stop() and start() in the restart() function of rc.networkmanager; it seems that a restart doesn't often work otherwise (perhaps something in NM is taking a bit longer to shutdown?) 2. use correct filename in /etc/NetworkManager/NetworkManager.conf Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
177 B
Text
11 lines
177 B
Text
# /etc/NetworkManager/NetworkManager.conf
|
|
#
|
|
# See NetworkManager.conf(5) for more information on this file
|
|
|
|
[main]
|
|
plugins=keyfile
|
|
dhcp=dhcpcd
|
|
|
|
[keyfile]
|
|
hostname=yourhostname
|
|
|