From f2662027a8a76c89138f82e1068ee04c5860ab68 Mon Sep 17 00:00:00 2001 From: Jens Bodal Date: Tue, 24 Sep 2024 04:50:43 -0700 Subject: [PATCH] Update changedetection-install.sh (#3778) 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