@le-space/rootfs 0.1.14 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@le-space/rootfs",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "Shared rootfs contract parsing, reference profile assets, and build helpers.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,6 +16,9 @@ Environment=AUTOTLS_CADDY_READY_FILE=/etc/default/uc-go-peer.caddy-ready
16
16
  Environment=SERVICE_NAME=uc-go-peer.service
17
17
  Environment=WS_BACKEND_PORT=9097
18
18
  ExecStart=/usr/bin/python3 /usr/local/sbin/uc-go-peer-autotls-refresh.py
19
+ Restart=on-failure
20
+ RestartSec=43200
21
+ StartLimitIntervalSec=0
19
22
  StandardOutput=journal
20
23
  StandardError=journal
21
24