@geekbeer/minion 2.10.1 → 2.10.2

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.
Files changed (2) hide show
  1. package/minion-cli.sh +2 -2
  2. package/package.json +1 -1
package/minion-cli.sh CHANGED
@@ -416,10 +416,10 @@ After=xvfb.service
416
416
  Requires=xvfb.service
417
417
 
418
418
  [Service]
419
- Type=forking
419
+ Type=simple
420
420
  User=${TARGET_USER}
421
421
  Environment=DISPLAY=:99
422
- ExecStart=/usr/bin/autocutsel -fork
422
+ ExecStart=/usr/bin/autocutsel
423
423
  Restart=always
424
424
  RestartSec=5
425
425
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekbeer/minion",
3
- "version": "2.10.1",
3
+ "version": "2.10.2",
4
4
  "description": "AI Agent runtime for Minion - manages status and skill deployment on VPS",
5
5
  "main": "server.js",
6
6
  "bin": {