Skip to content

Commit 38963ed

Browse files
authored
Update ExecStart in openarchiver.service (#8768)
1 parent 9867ab4 commit 38963ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/open-archiver.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function update_script() {
4646

4747
if grep -q '^ExecStart=/usr/bin/pnpm docker-start$' /etc/systemd/system/openarchiver.service; then
4848
sed -i 's|^ExecStart=/usr/bin/pnpm docker-start$|ExecStart=/usr/bin/pnpm docker-start:oss|' /etc/systemd/system/openarchiver.service
49+
systemctl daemon-reload
4950
fi
5051

5152
msg_info "Starting Services"

0 commit comments

Comments
 (0)