mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Mark services as notify where necessary
This commit is contained in:
parent
99f9f72bd9
commit
0d770b5cc1
@ -27,8 +27,8 @@ data = """
|
||||
rm -rf /tmp
|
||||
mkdir -m a=rwxt /tmp
|
||||
|
||||
ipcd
|
||||
ptyd
|
||||
notify ipcd
|
||||
notify ptyd
|
||||
nowait sudo --daemon
|
||||
"""
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ shared-mime-info = {}
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
audiod
|
||||
notify audiod
|
||||
export BROWSER /bin/netsurf-fb
|
||||
export VT 3
|
||||
nowait orbital orblogin launcher
|
||||
|
||||
@ -12,7 +12,7 @@ netutils = {}
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/10_net"
|
||||
data = """
|
||||
smolnetd
|
||||
notify smolnetd
|
||||
nowait dhcpd
|
||||
"""
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ sed = {}
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/10_net"
|
||||
data = """
|
||||
smolnetd
|
||||
notify smolnetd
|
||||
dhcpd
|
||||
"""
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ resist = {}
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/10_net"
|
||||
data = """
|
||||
smolnetd
|
||||
notify smolnetd
|
||||
dhcpd
|
||||
"""
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
audiod
|
||||
notify audiod
|
||||
export BROWSER /bin/netsurf-fb
|
||||
export VT 3
|
||||
nowait orbital orbital-wayland
|
||||
|
||||
@ -61,7 +61,7 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
audiod
|
||||
notify audiod
|
||||
export BROWSER /bin/netsurf-fb
|
||||
export VT 3
|
||||
nowait orbital orbital-x11
|
||||
|
||||
@ -17,7 +17,7 @@ include = ["../desktop.toml"]
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
audiod
|
||||
notify audiod
|
||||
export VT 3
|
||||
nowait orbital contain_orblogin launcher
|
||||
unset VT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user