Systemd: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 27: | Line 27: | ||
==Analyze boot processes== | ==Analyze boot processes== | ||
systemd-analyze blame | systemd-analyze blame | ||
== Systemd and DNS == | == Systemd and DNS == | ||
resolvectl status | resolvectl status | ||
Restart: | |||
systemctl restart systemd-resolved | |||
== All status == | == All status == |
Revision as of 08:42, 23 June 2021
Documentation
- Useful systemd commands
- http://www.freedesktop.org/wiki/Software/systemd/
- https://wiki.ubuntu.com/systemd
- Creating systemd service
- 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
Analyze boot processes
systemd-analyze blame
Systemd and DNS
resolvectl status
Restart:
systemctl restart systemd-resolved
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
systemd: Started Session
Change loglevel to notice in /etc/systemd/system.conf
systemctl daemon-reexec