diff --git a/Linux/systemd.md b/Linux/systemd.md index f502280..bd25966 100644 --- a/Linux/systemd.md +++ b/Linux/systemd.md @@ -2,7 +2,7 @@ title: Systemd description: Info about systemd published: true -date: 2025-05-30T14:20:51.534Z +date: 2025-05-30T14:21:00.951Z tags: editor: markdown dateCreated: 2025-05-30T14:20:35.881Z @@ -11,4 +11,6 @@ dateCreated: 2025-05-30T14:20:35.881Z # Systemd ## List all services -systemctl list-units --type=service \ No newline at end of file +``` +systemctl list-units --type=service +``` \ No newline at end of file