.SERVICE 파일 확장자

Systemd Service Unit File

개발사 Lennart Poettering and Kay Sievers
인기도
4.2  |  5 투표
 

SERVICE 파일이란 무엇인가요?

A SERVICE file is a configuration file used by systemd, the init system included with many Linux distributions. It contains instructions for starting, stopping, restarting, and reloading the service, as well as information about when the service should start automatically (for example, at boot). SERVICE files define how systemd should manage a specific service or background process.

추가 정보

systemd organizes everything it manages into "units," and a SERVICE file is a type of "unit" file. The .service extension tells systemd that the file describes a service, and other unit files may use different extensions, such as .socket for sockets or .target for target groups. System administrators and software packages use SERVICE files to control system services consistently across distributions that use systemd.

By default, system-installed SERVICE files are stored in the following location:

/​lib/​systemd/​system/​

Custom or overridden SERVICE files that an administrator creates are stored in the following location:

/​etc/​systemd/​system/​

참고: Many Linux distributions use systemd as their init system, including Red Hat Enterprise Linux, Fedora, CentOS, Ubuntu, Arch Linux, Mageia, and CoreOS.

SERVICE 파일을 여는 방법

You can open and view SERVICE files with any text editor since they are plain text, but you should only edit them when necessary. Most users manage services using systemd commands such as systemctl start, systemctl stop, and systemctl status rather than modifying the files directly.

If you need to change a service's behavior, do not edit the original file in /​lib/​systemd/​system/​. Instead, copy the file to /​etc/​systemd/​system/​, make your changes there, and run systemctl daemon-reload to apply them. This process preserves your customizations during system updates and package upgrades.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

SERVICE 파일을 여는 프로그램

All Platforms
Linux
Various Linux distributions
카테고리: 시스템
업데이트: 2025-09-22

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Systemd Service Unit 파일 형식과 Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.