metadata touchups
This commit is contained in:
34
system/systemd.md
Normal file
34
system/systemd.md
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user