<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Runit</id>
	<title>Runit - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Runit"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Runit&amp;action=history"/>
	<updated>2026-07-08T18:34:31Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Runit&amp;diff=2351264&amp;oldid=prev</id>
		<title>imported&gt;Dušan Kreheľ (bot)：​机器人：多次引用同一个参考文献只需定义一次（1个新参考文献，以及调用了1次新参考文献。）</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Runit&amp;diff=2351264&amp;oldid=prev"/>
		<updated>2022-06-22T15:43:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/%E6%9C%BA%E5%99%A8%E4%BA%BA/%E7%94%B3%E8%AF%B7/Du%C5%A1an_Krehe%C4%BE_(bot)&quot; class=&quot;extiw&quot; title=&quot;wikipedia:机器人/申请/Dušan Kreheľ (bot)&quot;&gt;机器人&lt;/a&gt;：多次引用同一个参考文献只需定义一次（1个新参考文献，以及调用了1次新参考文献。）&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA&lt;br /&gt;
|G1=IT&lt;br /&gt;
|G2=FL&lt;br /&gt;
}}&lt;br /&gt;
{{lowercase}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = runit&lt;br /&gt;
| author                 = 格里特佩普（Gerrit Pape）&lt;br /&gt;
| released              = {{Start date and age|2004|02|10}}&amp;lt;ref&amp;gt;{{cite mailing list |url=http://permalink.gmane.org/gmane.comp.sysutils.supervision.general/308 |title=runit-1.0.0 release |date=2004-02-10 |accessdate=2013-12-10 |mailinglist=gmane.comp.sysutils.supervision.general |last=Pape |first=Gerrit |archive-url=https://web.archive.org/web/20131213132803/http://permalink.gmane.org/gmane.comp.sysutils.supervision.general/308 |archive-date=2013-12-13 |dead-url=yes }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest release version = 2.1.2&lt;br /&gt;
| latest release date    = {{Release date and age|2014|08|10}}&amp;lt;ref&amp;gt;{{cite web |url=http://smarden.org/runit/install.html |title=runit - installation |last1=Pape |first1=Garrit |date=2014-08-10 |website=smarden.org |accessdate=2014-08-10 |archive-date=2014-09-09 |archive-url=https://web.archive.org/web/20140909135607/http://smarden.org/runit/install.html |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| programming language   = [[C语言|C]]，[[Bourne Shell | Shell]]&lt;br /&gt;
| operating system       = [[Linux]]，[[BSD]]，[[Mac OS X]]，[[Solaris]]&lt;br /&gt;
| status                 = 活跃&lt;br /&gt;
| genre                  = init[[守护进程]]&lt;br /&gt;
| license                = [[BSD许可证|新BSD许可证]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;runit&amp;#039;&amp;#039;&amp;#039;是一种类Unix操作系统的init方案，可在整个操作系统运行时初始化、[[进程监视|监视]]及终止进程。runit是可在Linux、Mac OS X、*BSD和Solaris操作系统上运行的、有“开创性”的[[daemontools]]的“再实现”。&amp;lt;ref&amp;gt;{{cite web |url=http://www.sanityinc.com/articles/init-scripts-considered-harmful/ |title=Init Scripts Considered Harmful |last1=Purcell |first1=Steve |date=2007-11-11 |website=sanityinc.com |accessdate=12 December 2013 |archive-date=2014-02-18 |archive-url=https://web.archive.org/web/20140218104553/http://www.sanityinc.com/articles/init-scripts-considered-harmful/ |dead-url=yes }}&amp;lt;/ref&amp;gt;runit可并行启动系统服务，这样可以加快操作系统的启动。&amp;lt;ref name=&amp;quot;#1&amp;quot;&amp;gt;{{cite web|last=Pape|first=Garret|title=runit - benefits|url=http://smarden.org/runit/benefits.html|accessdate=23 April 2013|archive-date=2014-09-23|archive-url=https://web.archive.org/web/20140923104002/http://smarden.org/runit/benefits.html|dead-url=yes}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
如[[init|System V init]]，runit是所有其他进程直接或间接的[[子进程|父进程]]。它是在[[引导程序|启动过程]]中第一个运行的进程，并继续运行直至系统关闭。&lt;br /&gt;
&lt;br /&gt;
== 设计 ==&lt;br /&gt;
runit致力于成为一个小型、模块化、[[移植 (软件)|可移植]]的代码库。runit分为三个阶段：一次性的初始化，进程监视，及停止或重新启动。除了第一和第三阶段必须适应所运行的特定操作系统外，第二阶段在所有[[POSIX]]兼容的操作系统都可方便移植。&amp;lt;ref name=&amp;quot;#1&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 参考 ==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
* [http://smarden.org/runit/ runit]{{Wayback|url=http://smarden.org/runit/ |date=20140430230348 }}&lt;br /&gt;
&lt;br /&gt;
{{Unix中的服务管理}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unix进程和任务管理相关软件]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Dušan Kreheľ (bot)</name></author>
	</entry>
</feed>