From 08c34488dfc255d7fbdcf68a661927277b4cf0df Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Wed, 11 Jan 2017 20:58:07 +0000 Subject: [PATCH] test theory if it /bin/sh causing jenkins crashlog --- root/etc/services.d/plex/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/services.d/plex/run b/root/etc/services.d/plex/run index cd91d22..1b9b75a 100644 --- a/root/etc/services.d/plex/run +++ b/root/etc/services.d/plex/run @@ -2,7 +2,7 @@ echo "Starting Plex Media Server." exec \ - s6-setuidgid abc /bin/bash -c \ + s6-setuidgid abc /bin/sh -c \ '/usr/lib/plexmediaserver/Plex\ Media\ Server'