Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Configuration file for NetworkManager.
|
||||
# See "man 5 NetworkManager.conf" for details.
|
||||
[main]
|
||||
plugins=keyfile
|
||||
hostname-mode=none
|
||||
@@ -0,0 +1,7 @@
|
||||
name: networkmanager
|
||||
description: start the NetworkManager daemon
|
||||
dependencies: ["dbus"]
|
||||
type: background
|
||||
start_cmd: /usr/sbin/NetworkManager -n
|
||||
exit_method: kill
|
||||
restart: true
|
||||
Reference in New Issue
Block a user