summaryrefslogtreecommitdiff
path: root/addons/x11phonehome/usr/local/bin/launch-simpleopal
blob: f5cc33f0991f9d115871b9b5e8aa1160f3dd300c (plain)
  1. #!/usr/bin/launchtool -C
  2. tag = simpleopal
  3. #command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --display x11 --quit-when-idle h323:phone
  4. #command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --quit-when-idle h323:phone
  5. command = export DISPLAY=:0; /usr/bin/simpleopal --no-gatekeeper --no-sip --no-ivr --no-iax2 --quit-when-idle --no-tx-video --sound Default --disable PCM-16 --prefer MS-GSM --prefer SpeexNarrow-15k h323:phone
  6. daemon = yes
  7. #stats = yes
  8. #user = lasse
  9. #root dir = /tmp
  10. #process count limit = 5
  11. #open files limit = 10
  12. #wait times = 1,1,1,3,3,3,10,10,10
  13. #infinite runs = yes
  14. launchtool output = syslog:simpleopal,LOG_DAEMON,LOG_INFO
  15. launchtool errors = syslog:simpleopal,LOG_DAEMON,LOG_ERR
  16. command output = syslog:simpleopal,LOG_DAEMON,LOG_INFO
  17. command errors = syslog:simpleopal,LOG_DAEMON,LOG_ERR