Files
nexus/wiki/concepts/Socket激活机制.md
2026-04-14 16:02:50 +08:00

615 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Socket激活机制 concept
systemd
ssh
ubuntu
ubuntu-24-04-enable-ssh.md
2026-04-14

Definition

Socket激活机制是systemd的一种按需启动服务方式服务在首次连接请求进入时才启动进程。

Key Attributes

  • 机制:有连接请求时才启动服务
  • 适用Ubuntu 24.04默认SSH使用ssh.socket
  • 对比传统ssh.service为常驻运行

Connections