mediawiki: restart phpfpm on updated secrets

This commit is contained in:
h7x4 2024-04-06 23:57:37 +02:00
parent f25a4e5c02
commit 42fd371c3b
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ in {
(map (key: lib.nameValuePair key {
owner = user;
group = group;
restartUnits = [ "phpfpm-mediawiki.service" ];
}))
lib.listToAttrs
];