Systemd: Difference between revisions
From DWIKI
m (→Documentation) |
m (→Documentation) |
||
Line 3: | Line 3: | ||
*https://wiki.ubuntu.com/systemd | *https://wiki.ubuntu.com/systemd | ||
*https://wiki.ubuntu.com/SystemdForUpstartUsers | *https://wiki.ubuntu.com/SystemdForUpstartUsers | ||
*https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units | *[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] | ||
*[http://xmodulo.com/switch-from-networkmanager-to-systemd-networkd.html How to switch from NetworkManager to systemd-networkd on Linux] | *[http://xmodulo.com/switch-from-networkmanager-to-systemd-networkd.html How to switch from NetworkManager to systemd-networkd on Linux] | ||
*https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet | *https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet |
Revision as of 09:25, 17 August 2016
Documentation
- 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
Locations
/etc/systemd /usr/lib/systemd/
FAQ
syslog spam
list available services
systemctl list-unit-files
or
systemctl list-units