From 38963ede340e693f373460427f9d04ceb419f0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:20:50 +0100 Subject: [PATCH] Update ExecStart in openarchiver.service (#8768) --- ct/open-archiver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/open-archiver.sh b/ct/open-archiver.sh index 6ad114a28..da975d1a0 100644 --- a/ct/open-archiver.sh +++ b/ct/open-archiver.sh @@ -46,6 +46,7 @@ function update_script() { if grep -q '^ExecStart=/usr/bin/pnpm docker-start$' /etc/systemd/system/openarchiver.service; then sed -i 's|^ExecStart=/usr/bin/pnpm docker-start$|ExecStart=/usr/bin/pnpm docker-start:oss|' /etc/systemd/system/openarchiver.service + systemctl daemon-reload fi msg_info "Starting Services"