Malin Freeborn
ba8026e0c3
input examples are now given as ```bash input $ARG1 ``` While outputs use md's '> ' sign as a quote.
35 lines
359 B
Markdown
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
|
|
```
|
|
|