module: add list of themes as restartTriggers for service

main
Oystein Kristoffer Tveit 2024-04-09 02:06:30 +02:00
parent d4a5263cfa
commit 812c1fc406
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in
description = "Install gitea themes in gitea's CUSTOM_DIR";
wantedBy = [ "gitea.service" ];
requiredBy = [ "gitea.service" ];
restartTriggers = lib.attrValues cfg;
serviceConfig = {
Type = "oneshot";