2ad1dc3fd7
tinc (1.0.15-1) unstable; urgency=low * New upstream release. * Send SIGALRM to running tinc daemons whenever an interface is brought up with the ifupdown framework. Based on a patch from Joachim Breitner. Closes: #629880 * Allow tinc daemons to be started using ifupdown.
8 lines
110 B
Bash
Executable file
8 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
[ "$METHOD" = loopback ] && exit 0
|
|
[ -n "$IF_TINC_NET" ] && exit 0
|
|
|
|
invoke-rc.d tinc alarm
|