entry.sh 118 B

12345
  1. #!/bin/sh -x
  2. # Start crond
  3. /usr/sbin/crond -f -L /dev/stdout &
  4. su txt2mail -c "python /opt/txt2mail/bin/txt2mail.py"