# systemd

## Description:

A System and Service Manager

## Changes on AnNyung:

1. 명령행에서 **SHELL** 환경 변수를 사용할 수 있도록 수정
2. rc.local 구동 안되는 문제 수정 (실행 퍼미션 부여)
3. rc.local에서 /etc/rc.locl.mine 호출
   * bug - 2016/02/22 현재 누락 되었음. 다음 버전 업데이트시에 반영 예정
4. booting 후에 ***tty1***&#xC774; clear 되지 않도록 수정

## Sub packages:

* **systemd-devel** - Development headers for systemd
* **systemd-journal-gateway** - Gateway for serving journal events over the network using HTTP
* **systemd-libs** - systemd libraries
* **systemd-networkd** - System service that manages networks.
* **systemd-python** - Python 2 bindings for systemd
* **systemd-resolved** - Network Name Resolution manager.
* **systemd-sysv** - SysV tools for systemd
* **libgudev1** - Libraries for adding libudev support to applications that use glib
* **libgudev1-devel** - Header files for adding libudev support to applications that use glib


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-systemd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
