trust-dns: fix so it starts as part of boot

This commit is contained in:
Colin 2024-05-09 07:19:17 +00:00
parent 2a8ecf0423
commit 954c5c8344

View File

@ -52,6 +52,8 @@ let
description = "trust-dns Domain Name Server (serving ${flavor})";
unitConfig.Documentation = "https://trust-dns.org/";
wantedBy = [ "default.target" ];
preStart = lib.concatStringsSep "\n" (
[''
mkdir -p "/var/lib/trust-dns/${flavor}"