Merge pull request #7 from shokinn/fix-sending-email-missing-assets
link static workdir deps to /run/authentik
This commit is contained in:
commit
010cb5fae5
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ in
|
|||
requiredBy = [ "authentik.service" ];
|
||||
before = [ "authentik.service" ];
|
||||
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];
|
||||
preStart = ''
|
||||
ln -svf ${config.services.authentik.authentikComponents.staticWorkdirDeps}/* /run/authentik/
|
||||
'';
|
||||
serviceConfig = {
|
||||
RuntimeDirectory = "authentik";
|
||||
WorkingDirectory = "%t/authentik";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue