mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
Upload s6 services for dbus and acpi
This commit is contained in:
@ -12,6 +12,7 @@ Layout
|
||||
<li> files -- Files that may be optional or required for a package build </li>
|
||||
<li> patches -- Patches that fix known issues or to allow package to build/run with Musl as libc </li>
|
||||
<li> recipes -- Build instructions for individual packages with short desciptions and build dependancies </li>
|
||||
<li> services -- S6 services to add to service database
|
||||
<li> sources -- Packages sources that may be difficult to find or pre-patched </li>
|
||||
|
||||
</ul>
|
||||
|
||||
1
services/acpi/acpid-log/consumer-for
Normal file
1
services/acpi/acpid-log/consumer-for
Normal file
@ -0,0 +1 @@
|
||||
acpid
|
||||
6
services/acpi/acpid-log/run
Executable file
6
services/acpi/acpid-log/run
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
s6-setuidgid 19:19
|
||||
exec -c
|
||||
s6-log s1000000 n12 2 T /var/log/acpid
|
||||
|
||||
1
services/acpi/acpid-log/type
Normal file
1
services/acpi/acpid-log/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
||||
3
services/acpi/acpid/dependencies
Normal file
3
services/acpi/acpid/dependencies
Normal file
@ -0,0 +1,3 @@
|
||||
vkfs
|
||||
udevtriggers
|
||||
fsrw
|
||||
1
services/acpi/acpid/producer-for
Normal file
1
services/acpi/acpid/producer-for
Normal file
@ -0,0 +1 @@
|
||||
acpid-log
|
||||
5
services/acpi/acpid/run
Executable file
5
services/acpi/acpid/run
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
fdmove -c 2 1
|
||||
|
||||
acpid -lfd 1
|
||||
1
services/acpi/acpid/type
Normal file
1
services/acpi/acpid/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
||||
2
services/dbus/dbus/dependencies
Normal file
2
services/dbus/dbus/dependencies
Normal file
@ -0,0 +1,2 @@
|
||||
udevdaemon
|
||||
fsrw
|
||||
6
services/dbus/dbus/run
Executable file
6
services/dbus/dbus/run
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
if { install -m755 -g 18 -o 18 -d /run/dbus }
|
||||
if { /usr/bin/dbus-uuidgen --ensure }
|
||||
/usr/bin/dbus-daemon --system --nofork --nopidfile
|
||||
|
||||
1
services/dbus/dbus/type
Normal file
1
services/dbus/dbus/type
Normal file
@ -0,0 +1 @@
|
||||
longrun
|
||||
Reference in New Issue
Block a user