vault: add unitConfig.RequiresMountsFor to systemd config

This commit is contained in:
Volth
2017-06-28 01:15:20 +00:00
parent 7330e80456
commit 519f17035f
2 changed files with 18 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:
let
vaultBashCompletions = fetchFromGitHub {