Guest User

Untitled

a guest
Jun 20th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ;Original author: Travis Cross <tc@traviscross.com>
  2. ;Adapted by David Matson <gitcoder@outlook.com>
  3.  
  4. [Unit]
  5. Description=freeswitch
  6. After=syslog.target network.target local-fs.target
  7.  
  8. [Service]
  9. ; service
  10. Type=forking
  11. PIDFile=/run/freeswitch.pid
  12. ExecStart=/usr/bin/freeswitch -ncwait -nonat
  13. TimeoutSec=45s
  14. Restart=always
  15. ; exec
  16. UMask=0007
  17.  
  18. [Install]
  19. WantedBy=multi-user.target
Add Comment
Please, Sign In to add comment