diff options
Diffstat (limited to 'abs/extra/recstat/run')
-rwxr-xr-x | abs/extra/recstat/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/extra/recstat/run b/abs/extra/recstat/run new file mode 100755 index 0000000..150fdb4 --- /dev/null +++ b/abs/extra/recstat/run @@ -0,0 +1,7 @@ +#!/bin/sh +exec 2>&1 +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions +stat_runit "Starting recstat" +exec /usr/bin/recstat.py |