There was a brief introduction to systemd in the chapter "Booting and init." The basic concept for systemd is unit – it can be a description of a service, an action, or a rule. As a rule, a unit is a file with a standard structure in the style of ini-file, i.e., the file is divided into sections, and the name of the section is given in square brackets. Within a section, each line has the form "key = value."

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Systemd – A Short Course

  • Sergey Zhumatiy

摘要

There was a brief introduction to systemd in the chapter "Booting and init." The basic concept for systemd is unit – it can be a description of a service, an action, or a rule. As a rule, a unit is a file with a standard structure in the style of ini-file, i.e., the file is divided into sections, and the name of the section is given in square brackets. Within a section, each line has the form "key = value."