autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 12f8834a7bd3a51f44bb356e2292d1c7590b36b4
parent 4c6429c6fb0c7b828ad8d464f9e2dcb797df5c03
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 19 Nov 2020 11:13:04 +0100

add bb-acpid

Diffstat:
Atemplates/generic/root/etc/sv/bb-acpid/log/run | 2++
Atemplates/generic/root/etc/sv/bb-acpid/run | 6++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/templates/generic/root/etc/sv/bb-acpid/log/run b/templates/generic/root/etc/sv/bb-acpid/log/run @@ -0,0 +1 @@ +/etc/runit/log.run+ \ No newline at end of file diff --git a/templates/generic/root/etc/sv/bb-acpid/run b/templates/generic/root/etc/sv/bb-acpid/run @@ -0,0 +1,6 @@ +#!/bin/sh + +. /etc/runit/common + +echo "Starting $SVNAME..." +exec chpst -b acpid busybox -d -f