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 9b7eea179901ea80edffd901f3e53efb70091150
parent 0effb0f6abc3bb6a5cc516ed6871c926f4b8802d
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Tue, 24 Nov 2020 22:35:26 +0100

adds runfiles for ssh

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

diff --git a/templates/generic/root/etc/sv/ssh/log/run b/templates/generic/root/etc/sv/ssh/log/run @@ -0,0 +1 @@ +/etc/runit/log.run+ \ No newline at end of file diff --git a/templates/generic/root/etc/sv/ssh/run b/templates/generic/root/etc/sv/ssh/run @@ -0,0 +1,8 @@ +#!/bin/sh + +. /etc/runit/common + +make_dir /run/ sshd root root + +echo "Starting $SVNAME" +exec /usr/sbin/sshd -D -e