diff options
| author | PS <p@0x53.net> | 2026-02-01 12:06:46 +0100 |
|---|---|---|
| committer | PS <p@0x53.net> | 2026-02-01 12:06:46 +0100 |
| commit | eaf0ecff18ee063286ad423469241ca0eb2e4c6c (patch) | |
| tree | 692ca6a0fea576b21d988cb2459f492c6284648b /src/lib/source/system/other/acpid-srv | |
| download | goetia-linux-eaf0ecff18ee063286ad423469241ca0eb2e4c6c.tar.gz goetia-linux-eaf0ecff18ee063286ad423469241ca0eb2e4c6c.tar.bz2 goetia-linux-eaf0ecff18ee063286ad423469241ca0eb2e4c6c.zip | |
version 0.2.0.0
Diffstat (limited to 'src/lib/source/system/other/acpid-srv')
| -rw-r--r-- | src/lib/source/system/other/acpid-srv/producer-for | 1 | ||||
| -rw-r--r-- | src/lib/source/system/other/acpid-srv/run | 10 | ||||
| -rw-r--r-- | src/lib/source/system/other/acpid-srv/type | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/source/system/other/acpid-srv/producer-for b/src/lib/source/system/other/acpid-srv/producer-for new file mode 100644 index 0000000..c5fe510 --- /dev/null +++ b/src/lib/source/system/other/acpid-srv/producer-for @@ -0,0 +1 @@ +acpid-log diff --git a/src/lib/source/system/other/acpid-srv/run b/src/lib/source/system/other/acpid-srv/run new file mode 100644 index 0000000..2837d01 --- /dev/null +++ b/src/lib/source/system/other/acpid-srv/run @@ -0,0 +1,10 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://sourceforge.net/projects/acpid2/ + +fdmove -c 2 1 + +acpid + -f + -n diff --git a/src/lib/source/system/other/acpid-srv/type b/src/lib/source/system/other/acpid-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/system/other/acpid-srv/type @@ -0,0 +1 @@ +longrun |
