2018-07-29 11:01:46 +00:00
|
|
|
ifdef::context[:parent-context: {context}]
|
|
|
|
:context: understanding-and-administering-systemd
|
2018-01-21 17:04:05 +00:00
|
|
|
:source-highlighter: prettify
|
|
|
|
|
|
|
|
[id='understanding-and-administering-systemd']
|
2018-02-26 16:43:59 +00:00
|
|
|
= Understanding and administering systemd
|
2020-08-05 14:22:28 +00:00
|
|
|
:toc:
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2020-08-05 15:59:16 +00:00
|
|
|
Learn the basic principles of the _systemd_ init system: how to configure it and use it to administer the system.
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/con_understanding-systemd.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_starting-stopping-and-querying-systemd-services.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_modifying-existing-systemd-services.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_creating-new-systemd-services.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_converting-sysvinit-services.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/ref_common-service-parameters.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/ref_mapping-runlevel-to-targets.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/ref_mapping-service-commands.adoc[leveloffset=+1]
|
2018-01-21 17:04:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
== Additional resources
|
|
|
|
|
|
|
|
* http://www.freedesktop.org/wiki/Software/systemd[Project homepage]
|
2020-08-05 15:59:16 +00:00
|
|
|
* http://0pointer.de/blog/[Lennart Poettering's blog] with lots of information about _systemd_. Lennart is the primary _systemd_ developer
|
|
|
|
* http://www.freedesktop.org/wiki/Software/systemd/FrequentlyAskedQuestions[freedesktop.org's _systemd_ FAQ]
|
|
|
|
* http://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks[freedesktop.org's _systemd_ Tips & Tricks]
|
2018-01-21 17:04:05 +00:00
|
|
|
* http://fosdem.org/2011/interview/lennart-poettering.html[Interview with the developer]
|
2020-07-26 18:46:14 +00:00
|
|
|
|
2018-07-29 11:01:46 +00:00
|
|
|
ifdef::parent-context[:context: {parent-context}]
|
|
|
|
ifndef::parent-context[:!context:]
|
2020-07-26 18:46:14 +00:00
|
|
|
|