From fdd736e93e13800deb99cfb88a68c68cadbdad99 Mon Sep 17 00:00:00 2001 From: Kenchu123 Date: Mon, 28 Mar 2022 17:55:28 +0800 Subject: [PATCH] add delay before controller --- system/controller.service | 1 + 1 file changed, 1 insertion(+) diff --git a/system/controller.service b/system/controller.service index 1eeca77..ad01bb3 100644 --- a/system/controller.service +++ b/system/controller.service @@ -3,6 +3,7 @@ Description=controller [Service] User=pi +ExecStartPre=/bin/sleep 20 WorkingDirectory=/home/pi/LightDance-RPi ExecStart=/home/pi/LightDance-RPi/startController.sh Restart=always