From 36f88e7d7be67a2ed54bdcae4ffb49bf849c7402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Mon, 17 Dec 2018 13:40:46 +0000 Subject: [PATCH] Add full path to sleep (for backward compatibility). --- debian/coturn.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/coturn.service b/debian/coturn.service index 218d65de..0c24fe25 100644 --- a/debian/coturn.service +++ b/debian/coturn.service @@ -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