quick-docs/modules/ROOT/pages/understanding-and-administering-systemd.adoc
2020-08-07 06:09:10 +00:00

38 lines
1.6 KiB
Text

ifdef::context[:parent-context: {context}]
:context: understanding-and-administering-systemd
:source-highlighter: prettify
[id='understanding-and-administering-systemd']
= Understanding and administering systemd
:toc:
Learn the basic principles of the _systemd_ init system: how to configure it and use it to administer the system.
include::{partialsdir}/con_understanding-systemd.adoc[leveloffset=+1]
include::{partialsdir}/proc_starting-stopping-and-querying-systemd-services.adoc[leveloffset=+1]
include::{partialsdir}/proc_modifying-existing-systemd-services.adoc[leveloffset=+1]
include::{partialsdir}/proc_creating-new-systemd-services.adoc[leveloffset=+1]
include::{partialsdir}/proc_converting-sysvinit-services.adoc[leveloffset=+1]
include::{partialsdir}/ref_common-service-parameters.adoc[leveloffset=+1]
include::{partialsdir}/ref_mapping-runlevel-to-targets.adoc[leveloffset=+1]
include::{partialsdir}/ref_mapping-service-commands.adoc[leveloffset=+1]
== Additional resources
* http://www.freedesktop.org/wiki/Software/systemd[Project homepage]
* 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]
* http://fosdem.org/2011/interview/lennart-poettering.html[Interview with the developer]
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]