mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
FS-7697 chown the /etc/freeswitch/tls directory so that the freeswitch user can have read/write for TLS certificate generation
This commit is contained in:
parent
f769c692d1
commit
5c8c4ebc62
1
debian/freeswitch-systemd.freeswitch.service
vendored
1
debian/freeswitch-systemd.freeswitch.service
vendored
@ -11,6 +11,7 @@ PIDFile=/run/freeswitch/freeswitch.pid
|
||||
PermissionsStartOnly=true
|
||||
ExecStartPre=/bin/mkdir -p /run/freeswitch
|
||||
ExecStartPre=/bin/chown freeswitch:freeswitch /run/freeswitch
|
||||
ExecStartPre=/bin/chown freeswitch:freeswitch /etc/freeswitch/tls
|
||||
ExecStart=/usr/bin/freeswitch -ncwait -nonat
|
||||
TimeoutSec=45s
|
||||
Restart=always
|
||||
|
Loading…
x
Reference in New Issue
Block a user