wiki-js/Linux/systemd.md

16 lines
240 B
Markdown

---
title: Systemd
description: Info about systemd
published: true
date: 2025-05-30T14:21:00.951Z
tags:
editor: markdown
dateCreated: 2025-05-30T14:20:35.881Z
---
# Systemd
## List all services
```
systemctl list-units --type=service
```