Systemd

From 탱이의 잡동사니
Revision as of 09:07, 4 April 2016 by Pchero (talk | contribs) (Created page with "== Overview == Linux systemd 내용 정리 == Configure files == === systemd 설정파일 === systemd 는 /etc/systemd 아래에 설정파일을 두고 있다. <source lang=b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Linux systemd 내용 정리

Configure files

systemd 설정파일

systemd 는 /etc/systemd 아래에 설정파일을 두고 있다. <source lang=bash> $ ls /etc/systemd/ bootchart.conf journald.conf logind.conf network ntp-units.d resolved.conf system system.conf timesyncd.conf user user.conf </source>

service/target 설정파일

systemd에서 관리하는 서비스들은 service/target 파일들을 통해서 관리하는데, 다음의 위치에 저장되게 된다.

바이너리 실행파일은 아래 경로에서 확인 가능하며
$ ls /lib/systemd/

기본적인 시스템의 Service, Target은 아래에 위치하고 있다
$ ls /lib/systemd/system

See also