90168fb789
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
26 lines
409 B
TOML
26 lines
409 B
TOML
# Red Bear OS overrides for broken legacy base init scripts.
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/00_base"
|
|
data = ""
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/00_drivers"
|
|
data = ""
|
|
|
|
[[files]]
|
|
path = "/usr/lib/init.d/10_net"
|
|
data = ""
|
|
|
|
[[files]]
|
|
path = "/etc/init.d/20_audiod.service"
|
|
data = """
|
|
[unit]
|
|
description = "Audio multiplexer"
|
|
default_dependencies = false
|
|
|
|
[service]
|
|
cmd = "audiod"
|
|
type = "oneshot_async"
|
|
"""
|