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

@@ -78,7 +78,7 @@
"ENV_FILES": [
"/etc/user/secret/transmission/transmission.json"
],
"EXTRA": "--restart unless-stopped",
"EXTRA": "--restart always",
"DEPEND": [],
"START_ON_BOOT": "false",
"CMD": "null",