From aef9d18eb4c078ab4ec4038d906690d17f72aef3 2023-11-25 02:41:55 From: Ben Sturmfels Date: 2023-11-25 02:41:55 Subject: [PATCH] Add docs to enable conservancy-www-db.path --- diff --git a/TODO.md b/TODO.md index 24cdc48c9eebfde6641d91bd7331f091aef66f8b..9b7599516d32795ca1ce78c3d00b2ebacd1fe11c 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 44c1fff0b1172f07c2d84a875467aa1345a71b07..cccfc01f09287ebc1758cdd20b350a2e7594d515 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