mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
13 lines
220 B
Plaintext
Executable File
13 lines
220 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
supervisor=supervise-daemon
|
|
command=/usr/libexec/nm-dispatcher
|
|
command_args_foreground="--persist"
|
|
|
|
description="Network Manager Dispatcher Daemon"
|
|
|
|
depend() {
|
|
need dbus
|
|
before networkmanager
|
|
}
|