<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Supervisor on LeafCxy's Blog</title><link>https://leafcxy.github.io/tags/supervisor/</link><description>Recent content in Supervisor on LeafCxy's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 23 Sep 2026 10:50:10 +0800</lastBuildDate><atom:link href="https://leafcxy.github.io/tags/supervisor/index.xml" rel="self" type="application/rss+xml"/><item><title>Supervisor：Linux 进程守护与集中化管理实战指南</title><link>https://leafcxy.github.io/posts/2026/09/supervisor/</link><pubDate>Wed, 23 Sep 2026 10:50:10 +0800</pubDate><guid>https://leafcxy.github.io/posts/2026/09/supervisor/</guid><description>&lt;p&gt;在服务端开发与系统运维中，如何确保编写的 Web 服务、消息队列消费者、数据同步脚本等后台进程能够长期、稳定地运行？&lt;/p&gt;
&lt;p&gt;此前我们介绍过 Windows 平台下的神器 &lt;a href="https://leafcxy.github.io/posts/2025/07/windows%E5%AE%88%E6%8A%A4%E8%BF%9B%E7%A8%8B%E5%B7%A5%E5%85%B7nssm/"&gt;NSSM&lt;/a&gt;，它能将任意控制台程序包装为系统服务。而在 Linux / UNIX 生态中，最负盛名、应用最广泛的进程控制与守护系统莫过于 &lt;strong&gt;&lt;a href="http://supervisord.org/"&gt;Supervisor&lt;/a&gt;&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;无论是微服务日常管理、防止进程异常崩溃退出，还是在 Docker 容器内部管理多个关联进程，Supervisor 都能以极低的心智负担提供自动拉起、日志轮转与可视化控制能力。&lt;/p&gt;</description></item></channel></rss>