bin/runcpu: add command suggests for systemd services
This commit is contained in:
@@ -142,3 +142,7 @@ await promisifySpawn(systemdRunSPEC({
|
|||||||
specConfig,
|
specConfig,
|
||||||
id: uuid,
|
id: uuid,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
console.log(`Command suggest:`);
|
||||||
|
console.log(chalk.green(`systemctl --user status ${uuid}`));
|
||||||
|
console.log(chalk.green(`journalctl --user -xeu ${uuid}`));
|
||||||
Reference in New Issue
Block a user