metadata touchups

This commit is contained in:
2026-04-20 09:40:23 +02:00
parent 86abe415ad
commit 0bd5b53092
6 changed files with 6 additions and 6 deletions

View File

@@ -1,34 +0,0 @@
---
title: "systemd"
tags: [ "systemd" ]
---
```sh
systemctl list-units
```
```sh
sudo systemctl status mpd
```
```sh
sudo systemctl daemon-reload
```
```sh
sudo systemctl taskd.service start
```
```sh
sudo systemctl status taskd.service
```
# Startup
```sh
sudo systemd-analyze
```
```sh
sudo systemd-analyze blame
```