module: add list of themes as restartTriggers for service
This commit is contained in:
parent
d4a5263cfa
commit
812c1fc406
|
@ -24,6 +24,7 @@ in
|
||||||
description = "Install gitea themes in gitea's CUSTOM_DIR";
|
description = "Install gitea themes in gitea's CUSTOM_DIR";
|
||||||
wantedBy = [ "gitea.service" ];
|
wantedBy = [ "gitea.service" ];
|
||||||
requiredBy = [ "gitea.service" ];
|
requiredBy = [ "gitea.service" ];
|
||||||
|
restartTriggers = lib.attrValues cfg;
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
Loading…
Reference in New Issue