We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9867ab4 commit 38963edCopy full SHA for 38963ed
ct/open-archiver.sh
@@ -46,6 +46,7 @@ function update_script() {
46
47
if grep -q '^ExecStart=/usr/bin/pnpm docker-start$' /etc/systemd/system/openarchiver.service; then
48
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
50
fi
51
52
msg_info "Starting Services"
0 commit comments