Upload s6 services for dbus and acpi

This commit is contained in:
aospdeveloper.exeis
2018-12-25 17:29:08 -06:00
parent 46698a9aa0
commit 47c1c020ee
11 changed files with 28 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
acpid

6
services/acpi/acpid-log/run Executable file
View File

@ -0,0 +1,6 @@
#!/bin/execlineb -P
s6-setuidgid 19:19
exec -c
s6-log s1000000 n12 2 T /var/log/acpid

View File

@ -0,0 +1 @@
longrun

View File

@ -0,0 +1,3 @@
vkfs
udevtriggers
fsrw

View File

@ -0,0 +1 @@
acpid-log

5
services/acpi/acpid/run Executable file
View File

@ -0,0 +1,5 @@
#!/bin/execlineb -P
fdmove -c 2 1
acpid -lfd 1

1
services/acpi/acpid/type Normal file
View File

@ -0,0 +1 @@
longrun

View File

@ -0,0 +1,2 @@
udevdaemon
fsrw

6
services/dbus/dbus/run Executable file
View 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
View File

@ -0,0 +1 @@
longrun