fix(daemon): use correct systemd user target and isolate test cache

This commit is contained in:
Deivid Soto 2026-04-06 18:49:44 +02:00
parent 6f81a2f3ea
commit 4cf07c411c
3 changed files with 24 additions and 7 deletions

View file

@ -22,11 +22,10 @@ Type=simple
ExecStart={{.BinPath}} start
Restart=always
RestartSec=10
User={{.User}}
Environment=HOME={{.Home}}
[Install]
WantedBy=multi-user.target
WantedBy=default.target
`
const launchdTemplate = `<?xml version="1.0" encoding="UTF-8"?>