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.