Update freeswitch.service.source

I don't know if that was meant to be /run and not /var/run/ but freeswitch would not start for me after the install.
This commit is contained in:
Tanner Kerr 2016-08-24 16:32:30 -07:00 committed by GitHub
parent cc3ecea384
commit 7c84842d8f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ After=syslog.target network.target local-fs.target postgresql.service haveged.se
[Service]
; service
Type=forking
PIDFile=/run/freeswitch/freeswitch.pid
PIDFile=/var/run/freeswitch/freeswitch.pid
Environment="DAEMON_OPTS=-nonat"
EnvironmentFile=-/etc/default/freeswitch
ExecStart=/usr/local/freeswitch/bin/freeswitch -u www-data -g www-data -ncwait $DAEMON_OPTS