From bb5ade67f1e387c034a509afd2ba388a443c6fa6 Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Sat, 15 Mar 2025 13:38:43 -0500 Subject: [PATCH] derp --- notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.html b/notes.html index f9b118a..893e64d 100644 --- a/notes.html +++ b/notes.html @@ -16,7 +16,7 @@ /tmp is meant to be cleaned on reboot, /var/tmp is meant to persist.
  • - To make a Perl script into a rc.d daemon, you need to add & to the end of command_args, and track it's PID pidfile stored in the rcvar pidfile. + To make a Perl script into a rc.d daemon, you need to add & to the end of command_args, and track it's PID in a pidfile whos location is stored in the rcvar pidfile.