From cd7ddd15b2c384a4f326d440d7479f2f99ce58cd Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 3 Jun 2026 06:07:28 +0200 Subject: [PATCH] CMD: sort --- command.rec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/command.rec b/command.rec index bb0103d..fa0c0e4 100644 --- a/command.rec +++ b/command.rec @@ -309,14 +309,6 @@ bin: journalctl tag: system tag: logs -aim: List enabled systemd services -cmd: systemctl list-unit-files --state enabled -cmd: systemctl --user list-unit-files --state enabled -shell: sh -bin: systemd -tag: system -tag: service - aim: Log the fact that you've installed your own `dnsmasq` on your system to `journalctl`, so that you can determine why your system's broken later cmd: logger "Installed new dnsmasq" + sudo journalctl -f @@ -500,6 +492,14 @@ bin: ssh tag: system tag: comfy +aim: List enabled systemd services +cmd: systemctl list-unit-files --state enabled +cmd: systemctl --user list-unit-files --state enabled +shell: sh +bin: systemd +tag: system +tag: service + aim: Check a service cmd: sudo systemctl status mpd shell: sh