Systemd: Difference between revisions
From DWIKI
m (→FAQ) |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Documentation= | |||
*[https://www.dynacont.net/documentation/linux/Useful_SystemD_commands/ Useful systemd commands] | = Documentation = | ||
*http://www.freedesktop.org/wiki/Software/systemd/ | |||
*https://wiki.ubuntu.com/systemd | *[https://www.dynacont.net/documentation/linux/Useful_SystemD_commands/ Useful systemd commands] | ||
*https://wiki.ubuntu.com/SystemdForUpstartUsers | *[http://www.freedesktop.org/wiki/Software/systemd/ http://www.freedesktop.org/wiki/Software/systemd/] | ||
*[https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units How To Use Systemctl to Manage Systemd Services and Units] | *[https://wiki.ubuntu.com/systemd https://wiki.ubuntu.com/systemd] | ||
*[http://xmodulo.com/switch-from-networkmanager-to-systemd-networkd.html How to switch from NetworkManager to systemd-networkd on Linux] | *[https://wiki.ubuntu.com/SystemdForUpstartUsers https://wiki.ubuntu.com/SystemdForUpstartUsers] | ||
*https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet | *[https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units How To Use Systemctl to Manage Systemd Services and Units] | ||
*[https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ Predictable Network Interface Names] | *[http://xmodulo.com/switch-from-networkmanager-to-systemd-networkd.html How to switch from NetworkManager to systemd-networkd on Linux] | ||
*[https://blog.darknedgy.net/technology/2020/05/02/0/index.html#tech-critique | *[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://blog.darknedgy.net/technology/2020/05/02/0/index.html#tech-critique https://blog.darknedgy.net/technology/2020/05/02/0/index.html#tech-critique] | |||
([https://www.thegeekdiary.com/how-to-boot-into-rescue-mode-or-emergency-mode-through-systemd-in-centos-rhel-7-and-8/ Single user/emergency] | |||
=Locations= | =Locations= |
Revision as of 22:56, 6 January 2021
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
systemd: Started Session
Change loglevel to notice in /etc/systemd/system.conf
systemctl daemon-reexec