modules(acme-dns): create state dir
This commit is contained in:
parent
173e961eef
commit
a598c892f5
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ in
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "4s";
|
RestartSec = "4s";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preStart = ''
|
||||||
|
mkdir -p ${cfg.stateDir}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue