lk/system/systemd/systemd_basics.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

35 lines
359 B
Markdown

---
title: "systemd"
tags: [ "Documentation", "systemd" ]
---
```bash
systemctl list-units
```
```bash
sudo systemctl status mpd
```
```bash
sudo systemctl daemon-reload
```
```bash
sudo systemctl taskd.service start
```
```bash
sudo systemctl status taskd.service
```
# Startup
```bash
sudo systemd-analyze
```
```bash
sudo systemd-analyze blame
```