comparison deb/static/etc/network/if-up.d/quicktun @ 68:18e0b8bdeecc

Actually renamed debian directory
author Ivo Smits <Ivo@UFO-Net.nl>
date Sun, 29 Jan 2017 14:09:08 +0100
parents
children
comparison
equal deleted inserted replaced
67:c87212fe8883 68:18e0b8bdeecc
1 #!/bin/sh
2 test -n "${IF_QT_REMOTE_ADDRESS}" || exit 0
3 if [ -z "${IF_QT_NO_PRECREATE}" ]; then
4 RUNUSER="quicktun"
5 else
6 RUNUSER="root"
7 fi
8 /usr/bin/daemon -n "quicktun.${IFACE}" -u "${RUNUSER}" -i -l daemon.err -b daemon.debug -o daemon.debug /usr/sbin/quicktun.debian