Initial commit

This commit is contained in:
2025-09-01 17:09:01 +03:00
commit 2aaeceb89d
6 changed files with 96 additions and 0 deletions
+7
View File
@@ -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