diff options
Diffstat (limited to 'repos/core/busybox/acpid.run')
| -rwxr-xr-x | repos/core/busybox/acpid.run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos/core/busybox/acpid.run b/repos/core/busybox/acpid.run new file mode 100755 index 00000000..000f312e --- /dev/null +++ b/repos/core/busybox/acpid.run @@ -0,0 +1,3 @@ +#!/bin/sh +exec acpid -f 2>&1 + |