Merge pull request #108579 from alyssais/mailman

nixos/mailman: remove spurious uwsgi.service dep
gstqt5
Linus Heckemann 2021-01-06 14:16:53 +01:00 committed by GitHub
commit c1891ad2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ in {
mailman-web-setup = {
description = "Prepare mailman-web files and database";
before = [ "uwsgi.service" "mailman-uwsgi.service" ];
before = [ "mailman-uwsgi.service" ];
requiredBy = [ "mailman-uwsgi.service" ];
restartTriggers = [ config.environment.etc."mailman3/settings.py".source ];
script = ''