mediawiki: restart phpfpm on updated secrets

Oystein Kristoffer Tveit 2024-04-06 23:57:37 +02:00 committed by Felix Albrigtsen
parent 84893e0f69
commit 44c71fd688
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
];