Update weboffice/service-weboffice.json

This commit is contained in:
2025-11-04 15:33:30 +00:00
parent 02ba887fff
commit 2f6fbaf9f4

View File

@@ -101,10 +101,10 @@
"ENV_FILES": [ "ENV_FILES": [
"/etc/user/secret/weboffice/weboffice.json" "/etc/user/secret/weboffice/weboffice.json"
], ],
"EXTRA": "--restart always --entrypoint=bash", "EXTRA": "--restart always --entrypoint=sh",
"DEPEND": "null", "DEPEND": "null",
"START_ON_BOOT": "false", "START_ON_BOOT": "false",
"CMD": "sleep 86400", "CMD": "-c 'sleep 86400'",
"PRE_START": "null", "PRE_START": "null",
"POST_START": [ "POST_START": [
"firewall-weboffice-dns", "firewall-weboffice-dns",