@@ -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/);
|
||||
|
||||
Reference in New Issue
Block a user