diff --git a/systemd/README.md b/systemd/README.md index 01d81e5fcbebb6fbda7c63c57bbdd7f320fa4180..44c1fff0b1172f07c2d84a875467aa1345a71b07 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -1,8 +1,8 @@ -# SystemD services +# Systemd services ## Installing -Install all SystemD services with: +Install all Systemd services with: cp systemd/conservancy-www-*.{service,timer} /etc/systemd/system systemctl enable conservancy-www-cleanup.service @@ -10,6 +10,7 @@ Install all SystemD services with: systemctl enable conservancy-www-update.timer systemctl start conservancy-www-update.timer systemctl enable conservancy-www-db.service + systemctl start conservancy-www-db.path ## Website updates @@ -29,6 +30,6 @@ Note that the update script does not run `migrate`. ## Fundraiser/sustainer database updates -The `conservancy-www-db.service` applies SQL updates to the website -database. These include the fundraising total and sustainers to be publicly -acknowledged. +The `conservancy-www-db.service` applies SQL updates to the website database +automatically when the file `django-supporters-list.sql` file is modified. These +include the fundraising total and sustainers to be publicly acknowledged.