Systemd: Difference between revisions
From DWIKI
m (→Locations) |
m (→Documentation) |
||
Line 8: | Line 8: | ||
*https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet | *https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet | ||
*[https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Predictable Network Interface Names] | *[https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Predictable Network Interface Names] | ||
*[https://blog.darknedgy.net/technology/2020/05/02/0/index.html#tech-critique | |||
=Locations= | =Locations= |
Revision as of 16:47, 6 May 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
- [https://blog.darknedgy.net/technology/2020/05/02/0/index.html#tech-critique
Locations
/etc/systemd /usr/lib/systemd/ /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