From 1a91d2e5d887d0b20d349e0adcb8110332c63ede Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sun, 24 Mar 2024 08:42:09 -0700 Subject: [PATCH] sleep --- root/etc/systemd/system/supervisor.service.d/notifiarr.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/root/etc/systemd/system/supervisor.service.d/notifiarr.conf b/root/etc/systemd/system/supervisor.service.d/notifiarr.conf index 6c589db..a135f37 100644 --- a/root/etc/systemd/system/supervisor.service.d/notifiarr.conf +++ b/root/etc/systemd/system/supervisor.service.d/notifiarr.conf @@ -5,6 +5,7 @@ ExecStartPre=/usr/bin/bash /config/supervisor/prestart.sh # In case the controller ever uses the socket instead of the tcp port, give it access. +ExecStartPost=/usr/bin/sleep 5 ExecStartPost=/usr/bin/chown root:abc /run/supervisor.sock # We have the following four lines to override the config file from /etc to /config.