diff --git a/bin/deploy/systemd/conservancy-www-db.path b/bin/deploy/systemd/conservancy-www-db.path new file mode 100644 index 0000000000000000000000000000000000000000..a30e0681d580180e324d75f261ee86792ea1bbcd --- /dev/null +++ b/bin/deploy/systemd/conservancy-www-db.path @@ -0,0 +1,9 @@ +[Unit] +Description=Update Conservancy website database +Before=apache2.service + +[Path] +PathChanged=/home/debian/django-supporters-list.sql + +[Install] +WantedBy=apache2.service