From Fedora Project Wiki
Line 36: Line 36:
* sd_notify()
* sd_notify()
* sd_listen_fds()
* sd_listen_fds()
* password agent

Revision as of 09:57, 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
  • cgroups

usage, detailed

  • everything about systemctl
  • overriding units, .include
  • systemd-cgls
  • systemd-analyze
  • separately? journalctl, loginctl, systemd-nspawn

diagnosing problems

  • common issues
  • increasing verbosity
  • log targets
  • early shell
  • kbrequest
  • startup, shutdown

for developers

writing units

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

patching daemons

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