From 28f8ec2393743a151660f58e6f42aa3394eeb5cc Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 30 May 2025 16:20:37 +0200 Subject: [PATCH] docs: create Linux/systemd --- Linux/systemd.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Linux/systemd.md diff --git a/Linux/systemd.md b/Linux/systemd.md new file mode 100644 index 0000000..9803cb4 --- /dev/null +++ b/Linux/systemd.md @@ -0,0 +1,15 @@ +--- +title: Systemd +description: Info about systemd +published: true +date: 2025-05-30T14:20:35.881Z +tags: +editor: markdown +dateCreated: 2025-05-30T14:20:35.881Z +--- + +# Header +Your content here + +## List all services +systemctl list-units --type=service \ No newline at end of file