From aef9d18eb4c078ab4ec4038d906690d17f72aef3 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 25 Nov 2023 13:41:26 +1100 Subject: [PATCH] Add docs to enable conservancy-www-db.path --- TODO.md | 1 - systemd/README.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 24cdc48c..9b759951 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,5 @@ # To-do -* consider running the /etc/systemd/system/conservancy-www-db.service on a timer so it doesn't require an Apache restart (and brief outage) * use `` elements for supporter page hidden sections, rather than complex jQuery - or consider Alpine.js * replace `internalNavigate` with inline flexbox layout * migrate to Django 4.2 diff --git a/systemd/README.md b/systemd/README.md index 44c1fff0..cccfc01f 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -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 enable conservancy-www-db.path systemctl start conservancy-www-db.path