neo1973-germany/epydial/80epydial
emdete e1b977dfad add a startup script
git-svn-id: http://www.neo1973-germany.de/svn@182 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-10-01 19:50:44 +00:00

7 lines
187 B
Bash
Executable file

#!/bin/sh -e
# export DISPLAY=:0
NAME=epydial
PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH
TZ=MET; export TZ
cd /usr/share/$NAME
exec python2.5 ./$NAME.py > /media/card/$NAME.log 2>&1