From 719b26a37974bda4adf47bddaf357a8ec7f16cee Mon Sep 17 00:00:00 2001
From: Jens Bodal <jensbodal@gmail.com>
Date: Tue, 24 Sep 2024 04:13:22 -0700
Subject: [PATCH] Update changedetection-install.sh

The path to this file changed a while back: https://github.com/browserless/browserless/pull/3723/files#diff-81165fc8abb0ab49496bbf329e9efeedc7df0e667f85b4dcfa5c77f6f2c2e799
---
 install/changedetection-install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh
index d42c5bb3..ab799611 100644
--- a/install/changedetection-install.sh
+++ b/install/changedetection-install.sh
@@ -144,7 +144,7 @@ Environment=NODE_ENV=production
 Environment=PORT=3000
 Environment=WORKSPACE_DIR=/opt/browserless/workspace
 WorkingDirectory=/opt/browserless
-ExecStart=/opt/browserless/start.sh
+ExecStart=/opt/browserless/scripts/start.sh
 SyslogIdentifier=browserless
 [Install]
 WantedBy=default.target