Skip to content
Snippets Groups Projects

Update docs/til/systemd.md

Merged Viktor Manuel Guijarro Plaza requested to merge LOS-1089bis into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -34,6 +34,11 @@ Reload a service
systemctl reload nginx.service
```
Status of a service
```
systemctl status nginx.service
```
List all of the units that systemd has loaded or attempted to load into memory
```
systemctl list-units --all # --list-unit-files list everything
Loading