diff options
author | Lassulus <Lassulus@googlemail.com> | 2011-05-26 15:53:04 +0200 |
---|---|---|
committer | Lassulus <Lassulus@googlemail.com> | 2011-05-26 15:53:04 +0200 |
commit | dc4e9b72f168a7c29703cbb36990887926f63d5a (patch) | |
tree | 834286b6e372d026b809098b93ffd5fa252c5d29 /.scripts/autostart/tinc | |
parent | ea45809be2ee536e08a891d6063e43319e9e7364 (diff) | |
parent | 506c0bbf04754c58574badc4113e0502da29e782 (diff) |
Merge branch 'master' of github.com:miefda/retiolum
Diffstat (limited to '.scripts/autostart/tinc')
-rwxr-xr-x[-rw-r--r--] | .scripts/autostart/tinc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/autostart/tinc b/.scripts/autostart/tinc index 06d10403..12e77d6a 100644..100755 --- a/.scripts/autostart/tinc +++ b/.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 |