Update EXTRA field to use '--restart always' for multiple service configurations

This commit is contained in:
gyurix
2025-05-03 14:48:33 +02:00
parent 48aacadbc7
commit 7705cb90f5
10 changed files with 13 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
"TZ": "#TZ"
}
],
"EXTRA": "--restart unless-stopped",
"EXTRA": "--restart always",
"DEPEND": [],
"START_ON_BOOT": "false",
"CMD": "null",