mirror of
https://github.com/coturn/coturn.git
synced 2026-05-05 10:46:10 +02:00
Add full path to sleep (for backward compatibility).
This commit is contained in:
parent
0a32440dc9
commit
36f88e7d7b
2
debian/coturn.service
vendored
2
debian/coturn.service
vendored
@ -11,7 +11,7 @@ RuntimeDirectory=turnserver
|
||||
PIDFile=/run/turnserver/turnserver.pid
|
||||
ExecStart=/usr/bin/turnserver --daemon -c /etc/turnserver.conf --pidfile /run/turnserver/turnserver.pid
|
||||
#FixMe: turnserver exit faster than it is finshing the setup and ready for handling the connection.
|
||||
ExecStartPost=sleep 2
|
||||
ExecStartPost=/bin/sleep 2
|
||||
Restart=on-failure
|
||||
InaccessibleDirectories=/home
|
||||
PrivateTmp=yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user