mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-21 13:05:16 +00:00
Update ExecStart in openarchiver.service (#8768)
This commit is contained in:
committed by
Michel Roegl-Brunner
parent
035a7d6b49
commit
3d1af467c3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user