사용자 도구

사이트 도구


linux:systemd

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
linux:systemd [2019/07/17 21:01]
kwon37xi
linux:systemd [2019/10/01 09:19]
kwon37xi
줄 5: 줄 5:
   * [[https://wiki.archlinux.org/index.php/systemd|systemd Arch wiki]]   * [[https://wiki.archlinux.org/index.php/systemd|systemd Arch wiki]]
   * [[linux:arch|Arch Linux]]는 ''systemd''로 서비스/대몬 설정을 다룬다.   * [[linux:arch|Arch Linux]]는 ''systemd''로 서비스/대몬 설정을 다룬다.
-  * ''systemctl'' 명령+ 
 +===== 사용법 ===== 
 +<code sh> 
 +# 지금 시작 
 +systemctl start unit 
 + 
 +# 종료 
 +systemctl stop unit 
 + 
 +# 재시작 
 +systemctl restart unit 
 + 
 +# booting 시 시작하게 설정 
 +systemctl enable unit 
 + 
 +# booting 시 시작하게 하면서, 지금 당장도 실행하게 
 +systemctl enable --now unit 
 +</code> 
  
linux/systemd.txt · 마지막으로 수정됨: 2023/05/18 10:06 저자 kwon37xi