blob: ea2e694233b342e37f41b79b88e3a9004b22cf2f (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
. $(dirname $0)/common.sh
#
# Run the home server.
#
exec $DIR/build/make/jlibtool --mode=execute $FR_DEBUGGER $DIR/build/bin/local/radiusd -d $(dirname $0)/home -D $DIR/share/ -fxx -l stdout $@
|