АБ
/
полноценную FHSSize: a a a
АБ
/
полноценную FHSАБ
АБ
АБ
KS
journalctl -xb -o json | jq 'select(.SYSLOG_IDENTIFIER == "systemd") | select(.CODE_FILE == "src/core/job.c") | .UNIT + .USER_UNIT? + " [" + .JOB_TYPE + "] -- " + .MESSAGE'
"remote-fs.target [stop] Stopped target Remote File Systems."
"nixos-activation.service [start] Starting Run user-specific NixOS activation..."
"nixos-activation.service [start] Started Run user-specific NixOS activation."
"systemd-fsck-root.service [start] Condition check resulted in File System Check on Root Device being skipped."
"local-fs.target [start] Reached target Local File Systems."
"remote-fs.target [start] Reached target Remote File Systems."
λO
journalctl -xb -o json | jq 'select(.SYSLOG_IDENTIFIER == "systemd") | select(.CODE_FILE == "src/core/job.c") | .UNIT + .USER_UNIT? + " [" + .JOB_TYPE + "] -- " + .MESSAGE'
"remote-fs.target [stop] Stopped target Remote File Systems."
"nixos-activation.service [start] Starting Run user-specific NixOS activation..."
"nixos-activation.service [start] Started Run user-specific NixOS activation."
"systemd-fsck-root.service [start] Condition check resulted in File System Check on Root Device being skipped."
"local-fs.target [start] Reached target Local File Systems."
"remote-fs.target [start] Reached target Remote File Systems."
KS
λO
АБ
journalctl -xb -o json | jq 'select(.SYSLOG_IDENTIFIER == "systemd") | select(.CODE_FILE == "src/core/job.c") | .UNIT + .USER_UNIT? + " [" + .JOB_TYPE + "] -- " + .MESSAGE'
"remote-fs.target [stop] Stopped target Remote File Systems."
"nixos-activation.service [start] Starting Run user-specific NixOS activation..."
"nixos-activation.service [start] Started Run user-specific NixOS activation."
"systemd-fsck-root.service [start] Condition check resulted in File System Check on Root Device being skipped."
"local-fs.target [start] Reached target Local File Systems."
"remote-fs.target [start] Reached target Remote File Systems."
--raw-output
к jq, чтобы не было раздражающих кавычекKS
--raw-output
к jq, чтобы не было раздражающих кавычекKS
λO
П