@axium/client 0.32.0 → 0.32.1

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.
@@ -10,8 +10,7 @@ FailureAction=none
10
10
 
11
11
  [Service]
12
12
  Type=simple
13
- ExecStartPre=/usr/bin/env cd "%Y/../../.."
14
- ExecStart=/usr/bin/env npx --prefix "%Y/../../.." axium-client daemon
13
+ ExecStart=/bin/sh -c 'cd "%Y/../../.." && exec npx --no-install axium-client daemon'
15
14
  ExecReload=kill -HUP $MAINPID
16
15
  SyslogIdentifier=axium-client
17
16
  Restart=on-failure
@@ -19,4 +18,4 @@ RestartSec=3s
19
18
  TimeoutStopSec=15s
20
19
 
21
20
  [Install]
22
- WantedBy=default.target
21
+ WantedBy=default.target
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",