lk/system/systemd/systemd_basics.md

35 lines
359 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
2022-01-18 15:28:10 +00:00
title: "systemd"
tags: [ "Documentation", "systemd" ]
2022-01-16 18:20:39 +00:00
---
```bash
systemctl list-units
```
2020-01-02 00:04:35 +00:00
```bash
sudo systemctl status mpd
```
2020-01-02 00:04:35 +00:00
```bash
sudo systemctl daemon-reload
```
2020-01-02 00:04:35 +00:00
```bash
sudo systemctl taskd.service start
```
2020-01-02 00:04:35 +00:00
```bash
sudo systemctl status taskd.service
```
2020-01-30 06:21:12 +00:00
# Startup
```bash
sudo systemd-analyze
```
2020-01-30 06:21:12 +00:00
```bash
sudo systemd-analyze blame
```
2020-01-30 06:21:12 +00:00