Files
Ryan Schmidt 400b6e9b01 sancp: Update from 1.6.1 beta to 1.6.1 stable
Add patches to fix various build problems.
2020-08-20 05:28:55 -05:00

13 lines
224 B
Bash

#!/bin/sh
DELAY=60
INTERFACE=en0
PREFIX=__PREFIX__
echo sancp will start in "$DELAY" seconds
sleep "$DELAY"
exec "$PREFIX"/bin/sancp \
-i "$INTERFACE" \
-c "$PREFIX"/etc/sancp.conf \
-d "$PREFIX"/var/log/sancp