tcms 266 B

12345
  1. #!/bin/bash
  2. pkill -F run/tcms.pid
  3. sudo WWW_VERBOSE=1 www/server.psgi --listen run/tcms.sock --group www-data --user $USER --daemonize --pid run/tcms.pid
  4. #XXX Net::Server does not expect to run as a user other than that of the webserver
  5. sudo chmod 0775 run/tcms.sock