summaryrefslogtreecommitdiffstats
path: root/hosts/.scripts/autostart/tinc
diff options
context:
space:
mode:
authorLassulus <Lassulus@googlemail.com>2011-05-26 15:53:04 +0200
committerLassulus <Lassulus@googlemail.com>2011-05-26 15:53:04 +0200
commitf56613952b89729e8b7d4d17fb0816e649a0ecd0 (patch)
tree72371f92870fd39e8410fc073fc548560c6d3d69 /hosts/.scripts/autostart/tinc
parentc7b41b910f5b876bac7a82366a6c1b27fd52bd72 (diff)
parent6197a76a6aee4b49afe951291f46fb3318188f30 (diff)
Merge branch 'master' of github.com:miefda/retiolum
Diffstat (limited to 'hosts/.scripts/autostart/tinc')
-rwxr-xr-x[-rw-r--r--]hosts/.scripts/autostart/tinc2
1 files changed, 2 insertions, 0 deletions
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