diff options
Diffstat (limited to 'hosts/.scripts/autostart')
| -rw-r--r-- | hosts/.scripts/autostart/Makefile | 3 | ||||
| -rwxr-xr-x[-rw-r--r--] | hosts/.scripts/autostart/tinc | 2 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/hosts/.scripts/autostart/Makefile b/hosts/.scripts/autostart/Makefile index 58bfc0c5..7ca589e1 100644 --- a/hosts/.scripts/autostart/Makefile +++ b/hosts/.scripts/autostart/Makefile @@ -1,7 +1,8 @@ -INIT_FOLDER=/etc/rc.d +INIT_FOLDER=/etc/init.d  .phony: all  all:  	#TODO change the tinc file before writing  	cp tinc $(INIT_FOLDER)/tinc +	chmod +x $(INIT_FOLDER)/tinc  	echo "retiolum" > /etc/tinc/nets.boot  	update-rc.d tinc defaults diff --git a/hosts/.scripts/autostart/tinc b/hosts/.scripts/autostart/tinc index 06d10403..12e77d6a 100644..100755 --- a/hosts/.scripts/autostart/tinc +++ b/hosts/.scripts/autostart/tinc @@ -25,6 +25,8 @@ TCONF="/etc/tinc"  NETSFILE="$TCONF/nets.boot"  NETS="" +modprobe tun +  test -f $DAEMON || exit 0  [ -r /etc/default/tinc ] && . /etc/default/tinc  | 
