From aca953bc9492c62a7f5f1c853db267956fcd609c Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 2 Jul 2019 09:27:44 -0400 Subject: [PATCH] Fix line breaks in the instructions list. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1ef2da..884ce47 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ A PHP and PERL based "jukebox style" home audio system for Linux. * The **tables.sql** file needs to be imported into the database referenced in the **homeaudio.ini** file. * The **art/** folder needs to be writable by the web server user. * The main script for the home audio system should be set to execute at boot time: + ...`su web -c "/var/www/html/m/scripts/homeaudio_music.pl &" 1>/dev/null 2>&1` + * The daily script to do upkeep and maintenance should be set to run every day (typically from /etc/cron.daily/, can be a soft link). + ...`cd /etc/cron.daily && ln -s /var/www/html/m/scripts/homeaudio_updateall.sh`