diff --git a/Makefile b/Makefile index 054f328..7f4a42e 100644 --- a/Makefile +++ b/Makefile @@ -10,13 +10,13 @@ list: grep "^[^[:space:]]*:" Makefile --before-context=1 --group-separator="" ## Using make dependencies is duplicating behaviour but reads better. -# /bin/php php/update-listing.php +# /bin/php php/update-all.php # Refresh listing and generate HTML. sco: fetch html # Refresh listing, generate HTML and update listing provider. all: - /bin/php php/update-listing.php $(FLAGS) + /bin/php php/update-all.php $(FLAGS) # Fetch room listing. fetch: diff --git a/etc/systemd/sessioncommunities.service b/etc/systemd/sessioncommunities.service index 57b749e..a546c15 100644 --- a/etc/systemd/sessioncommunities.service +++ b/etc/systemd/sessioncommunities.service @@ -5,4 +5,4 @@ Description=Scrape every known source for Session Communities and put the data t [Service] WorkingDirectory=/home/session/sessioncommunities.online User=session -ExecStart=/usr/bin/php php/update-listing.php +ExecStart=/usr/bin/php php/update-all.php diff --git a/php/update-listing.php b/php/update-all.php similarity index 100% rename from php/update-listing.php rename to php/update-all.php