<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="lt">
	<id>https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Rc-local.service</id>
	<title>Rc-local.service - Versijų istorija</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eofnet.lt/w//index.php?action=history&amp;feed=atom&amp;title=Rc-local.service"/>
	<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Rc-local.service&amp;action=history"/>
	<updated>2026-04-23T05:27:43Z</updated>
	<subtitle>Šio puslapio versijų istorija projekte</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.eofnet.lt/w//index.php?title=Rc-local.service&amp;diff=9228&amp;oldid=prev</id>
		<title>\dev\null: Naujas puslapis:   nano /etc/systemd/system/rc-local.service  &lt;syntaxhighlight lang=&quot;text&quot;&gt; [Unit] Description=/etc/rc.local ConditionPathExists=/etc/rc.local  [Service] Type=forking ExecStart=/e...</title>
		<link rel="alternate" type="text/html" href="https://wiki.eofnet.lt/w//index.php?title=Rc-local.service&amp;diff=9228&amp;oldid=prev"/>
		<updated>2020-07-13T12:35:45Z</updated>

		<summary type="html">&lt;p&gt;Naujas puslapis:   nano /etc/systemd/system/rc-local.service  &amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt; [Unit] Description=/etc/rc.local ConditionPathExists=/etc/rc.local  [Service] Type=forking ExecStart=/e...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Naujas puslapis&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
 nano /etc/systemd/system/rc-local.service&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
[Unit]&lt;br /&gt;
Description=/etc/rc.local&lt;br /&gt;
ConditionPathExists=/etc/rc.local&lt;br /&gt;
&lt;br /&gt;
[Service]&lt;br /&gt;
Type=forking&lt;br /&gt;
ExecStart=/etc/rc.local start&lt;br /&gt;
TimeoutSec=0&lt;br /&gt;
StandardOutput=tty&lt;br /&gt;
RemainAfterExit=yes&lt;br /&gt;
SysVStartPriority=99&lt;br /&gt;
&lt;br /&gt;
[Install]&lt;br /&gt;
WantedBy=multi-user.target&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 nano /etc/rc.local&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/sh -e&lt;br /&gt;
#&lt;br /&gt;
# rc.local&lt;br /&gt;
#&lt;br /&gt;
# This script is executed at the end of each multiuser runlevel.&lt;br /&gt;
# Make sure that the script will &amp;quot;exit 0&amp;quot; on success or any other&lt;br /&gt;
# value on error.&lt;br /&gt;
#&lt;br /&gt;
# In order to enable or disable this script just change the execution&lt;br /&gt;
# bits.&lt;br /&gt;
#&lt;br /&gt;
# By default this script does nothing.&lt;br /&gt;
&lt;br /&gt;
exit 0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 chmod +x /etc/rc.local&lt;br /&gt;
 systemctl enable rc-local&lt;br /&gt;
 systemctl start rc-local.service&lt;br /&gt;
 systemctl status rc-local.service&lt;br /&gt;
&lt;br /&gt;
[[Category:Systemd]]&lt;/div&gt;</summary>
		<author><name>\dev\null</name></author>
	</entry>
</feed>