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 b26b8cf15d9ce06a7750b764d9c4760f9d508580
parent 47b1edcbeaea1d8750997199301a63dd20e45dcc
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu,  3 Dec 2020 01:34:37 +0100

add ntp runfiles

Diffstat:
Atemplates/generic/root/etc/sv/ntpd/log/run | 2++
Atemplates/generic/root/etc/sv/ntpd/run | 7+++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/templates/generic/root/etc/sv/ntpd/log/run b/templates/generic/root/etc/sv/ntpd/log/run @@ -0,0 +1 @@ +/etc/runit/log.run+ \ No newline at end of file diff --git a/templates/generic/root/etc/sv/ntpd/run b/templates/generic/root/etc/sv/ntpd/run @@ -0,0 +1,7 @@ +#!/bin/sh + +. /etc/runit/common + + +echo "Starting $SVNAME..." +exec ntpd -n