This commit is contained in:
rawleyfowler
2025-03-15 13:38:43 -05:00
parent 45dbb60891
commit bb5ade67f1

View File

@@ -16,7 +16,7 @@
<code>/tmp</code> is meant to be cleaned on reboot, <code>/var/tmp</code> is meant to persist. <code>/tmp</code> is meant to be cleaned on reboot, <code>/var/tmp</code> is meant to persist.
</li> </li>
<li> <li>
To make a Perl script into a <code>rc.d</code> daemon, you need to add <code>&</code> to the end of <code>command_args</code>, and track it's PID pidfile stored in the rcvar <code>pidfile</code>. To make a Perl script into a <code>rc.d</code> daemon, you need to add <code>&</code> to the end of <code>command_args</code>, and track it's PID in a pidfile whos location is stored in the rcvar <code>pidfile</code>.
</li> </li>
</ul> </ul>
<p> <p>