From Fedora Project Wiki
Line 13: Line 13:


== usage, detailed ==
== usage, detailed ==
* everything about systemctl
* systemd-cgls
* systemd-analyze
* separately? journalctl, loginctl, systemd-nspawn
== diagnosing problems ==
== diagnosing problems ==
= for developers =
= for developers =

Revision as of 09:46, 11 May 2012

introduction

quickstart, cheat sheet

for users

theory of operation

  • initial system setup, manager loop
  • units
    • types
  • jobs
    • types, transactions, installed jobs
  • dependencies
    • ordering
    • requirement

usage, detailed

  • everything about systemctl
  • systemd-cgls
  • systemd-analyze
  • separately? journalctl, loginctl, systemd-nspawn

diagnosing problems

for developers

writing units

  • organization of manpages: systemd.unit, systemd.exec, systemd.service, ...

patching daemons

  • racy fork+exit
  • sd_notify()
  • sd_listen_fds()