<?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>我本善良 &#187; 启动不执行</title>
	<atom:link href="https://wbsl.org/tag/%e5%90%af%e5%8a%a8%e4%b8%8d%e6%89%a7%e8%a1%8c/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>解决/etc/rc.local启动不执行</title>
		<link>https://wbsl.org/linux/296.html</link>
		<comments>https://wbsl.org/linux/296.html#comments</comments>
		<pubDate>Thu, 18 Jun 2020 10:12:39 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[rc.local]]></category>
		<category><![CDATA[启动不执行]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=296</guid>
		<description><![CDATA[执行以下命令: systemctl list-dependencies multi-user.target &#124;<a href="https://wbsl.org/linux/296.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>执行以下命令:</p>
<p><code>systemctl list-dependencies multi-user.target | grep rc-local</code></p>
<p>如果没有输出执行下方命令:</p>
<p><code>chmod +x /etc/rc.d/rc.local<br />
systemctl daemon-reload</code></p>
<p>再次执行命令:</p>
<p><code>systemctl list-dependencies multi-user.target | grep rc-local</code></p>
<p>输出结果:</p>
<p><code>● ├─rc-local.service</code></p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/296.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
