Added class for disabling NetworkManager
This commit is contained in:
parent
a7b15a5930
commit
583148f871
2 changed files with 46 additions and 0 deletions
14
network/files/network-manager.disabled.conf
Normal file
14
network/files/network-manager.disabled.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
# network-manager - network connection manager
|
||||
#
|
||||
# The Network Manager daemon manages the system's network connections,
|
||||
# automatically switching between the best available.
|
||||
|
||||
description "network connection manager"
|
||||
|
||||
start on never
|
||||
stop on stopping dbus
|
||||
|
||||
expect fork
|
||||
respawn
|
||||
|
||||
exec NetworkManager
|
Loading…
Add table
Add a link
Reference in a new issue