Updates
Rolling release / release (push) Successful in 8m31s

This commit is contained in:
2026-09-13 22:24:14 -04:00
parent 1ca4224377
commit a097adf4eb
62 changed files with 2707 additions and 957 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ exit 0
assert.match(unit, /bare-runtime-linux/);
assert.match(unit, /WantedBy=default\.target/);
assert.match(unit, /Restart=always/);
assert.doesNotMatch(unit, /\/usr\/bin\/node/);
assert.doesNotMatch(unit, /ExecStart=\/usr\/bin\/node/);
assert.match(unit, /JARVIS_BROWSER_NODE=/);
const dbusService = await readFile(path.join(home, '.local/share/dbus-1/services/io.qvac.Jarvis.service'), 'utf8');
assert.match(dbusService, /Name=io\.qvac\.Jarvis/);
assert.match(dbusService, /SystemdService=jarvisd\.service/);