From 2048448601aa27f993268ef67bf0eeda3625ef4e Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 12 Aug 2011 23:23:33 +0200 Subject: retiolum: go more enterprise --- retiolum/scripts/autostart/create-startup.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'retiolum/scripts/autostart/create-startup.sh') diff --git a/retiolum/scripts/autostart/create-startup.sh b/retiolum/scripts/autostart/create-startup.sh index 3513a515..37edb972 100755 --- a/retiolum/scripts/autostart/create-startup.sh +++ b/retiolum/scripts/autostart/create-startup.sh @@ -6,12 +6,17 @@ if test "${nosudo-false}" != true -a `id -u` != 0; then exit 23 # go to hell fi +readlink="`readlink -f "$0"`" +dirname="`dirname "$0"`" +cd "$dirname" + if [ -e /etc/init.d ];then INIT_FOLDER=/etc/init.d update-rc.d tinc defaults #TODO debian specific else + INIT_FOLDER=/etc/rc.d echo "add tinc to DAEMONS in /etc/rc.conf" #TODO archlinux specific fi echo "retiolum" > /etc/tinc/nets.boot -cp -a tinc $INITFOLDER +cp -a tinc $INIT_FOLDER -- cgit v1.2.3