Systemd: Difference between revisions
From DWIKI
m (→FAQ) |
m (→FAQ) |
||
Line 29: | Line 29: | ||
==normal interface names== | ==normal interface names== | ||
net.ifnames=0 | net.ifnames=0 | ||
==Show failed services== | |||
systemctl --failed |
Revision as of 10:17, 17 February 2020
Documentation
- Useful systemd commands
- http://www.freedesktop.org/wiki/Software/systemd/
- https://wiki.ubuntu.com/systemd
- https://wiki.ubuntu.com/SystemdForUpstartUsers
- How To Use Systemctl to Manage Systemd Services and Units
- How to switch from NetworkManager to systemd-networkd on Linux
- https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet
- Predictable Network Interface Names
Locations
/etc/systemd /usr/lib/systemd/
FAQ
All status
systemctl status -a
syslog spam
list available services
systemctl list-unit-files
or
systemctl list-units
normal interface names
net.ifnames=0
Show failed services
systemctl --failed