1
0
Fork 0

add NetworkManager-dispatcher service

This commit is contained in:
Luca Bilke 2024-07-24 19:07:22 +02:00
parent 6906196882
commit 9986a4bf8b
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t NetworkManager-dispatcher -p daemon

View File

@ -0,0 +1 @@
/run/runit/supervise.NetworkManager-dispatcher-log

View File

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
exec /usr/libexec/nm-dispatcher

View File

@ -0,0 +1 @@
/run/runit/supervise.NetworkManager-dispatcher