<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>systemctl &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/systemctl/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Tue, 10 Apr 2018 02:46:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>systemctl 命令详解</title>
		<link>https://moneyslow.com/systemctl-%e5%91%bd%e4%bb%a4%e8%af%a6%e8%a7%a3.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Tue, 10 Apr 2018 02:44:09 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[systemctl]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=7818</guid>

					<description><![CDATA[systemd 是 Linux 下的一款系统和服务管理器，兼容 SysV 和 LSB 的启动脚本。systemd 的特性有：支持并行化任务；同时采用 socket 式与 D-Bus 总线式激活服务；按需启动守护进程（daemon）；利用 Linux 的 cgroups 监视进程；支持快照和系统恢复；维护挂载点和自动挂载点；各服务间基于依赖关系进行精密控制。 任务 旧指令 新指令 使某服务自动启动 chkconfig --level 3 httpd on systemctl enable httpd.service 使某服务不自动启动 chkconfig --level 3 httpd off systemctl disable httpd.service 检查服务状态 service httpd status systemctl status&#160;httpd.service （服务详细信息） systemctl is-enabled httpd.service （仅显示是否 Active) 显示所有已启动的服务 chkconfig --list systemctl list [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
