summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/Network.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Network.qml b/services/Network.qml
index 93c8d50..a65ab1e 100644
--- a/services/Network.qml
+++ b/services/Network.qml
@@ -11,6 +11,8 @@ Singleton {
active: true
}
+ reloadableId: "network"
+
Process {
running: true
command: ["nmcli", "m"]