1
0
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:
Mészáros Mihály 2018-12-17 13:40:46 +00:00 committed by Ferenc Wágner
parent 0a32440dc9
commit 36f88e7d7b

View File

@ -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