Mercurial > hg > quicktun
view debian/static/etc/network/if-up.d/quicktun @ 40:ed9581189d6b V2.1.9
Updated version number to 2.1.9
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 06 May 2013 23:58:25 +0200 |
parents | 3400045a57b8 |
children |
line wrap: on
line source
#!/bin/sh test -n "${IF_QT_REMOTE_ADDRESS}" || exit 0 if [ -z "${IF_QT_NO_PRECREATE}" ]; then RUNUSER="quicktun" else RUNUSER="root" fi /usr/bin/daemon -n "quicktun.${IFACE}" -u "${RUNUSER}" -i -l daemon.err -b daemon.debug -o daemon.debug /usr/sbin/quicktun.debian