@ossy/deployment-tools 0.0.14 → 0.0.15

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/dist/index.js CHANGED
@@ -28868,7 +28868,7 @@ Environment=DEPLOYMENT_TOOLS_PORT=${port}
28868
28868
  User=caddy
28869
28869
  AmbientCapabilities=CAP_NET_BIND_SERVICE
28870
28870
  CapabilityBoundingSet=CAP_NET_BIND_SERVICE
28871
- ExecStart=sudo npx @ossy/deployment-tools start-container-manager
28871
+ ExecStart=/usr/bin/npx @ossy/deployment-tools start-container-manager
28872
28872
  Restart=on-failure
28873
28873
 
28874
28874
  [Install]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ossy/deployment-tools",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Collection of scripts and tools to aid deployment of containers and static files",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
package/src/index.js CHANGED
@@ -34,7 +34,7 @@ Environment=DEPLOYMENT_TOOLS_PORT=${config.port}
34
34
  User=caddy
35
35
  AmbientCapabilities=CAP_NET_BIND_SERVICE
36
36
  CapabilityBoundingSet=CAP_NET_BIND_SERVICE
37
- ExecStart=sudo npx @ossy/deployment-tools start-container-manager
37
+ ExecStart=/usr/bin/npx @ossy/deployment-tools start-container-manager
38
38
  Restart=on-failure
39
39
 
40
40
  [Install]