Create state directory

This commit is contained in:
niten 2024-08-22 20:25:50 -07:00
parent d4980a2d5e
commit 3d82323e22

View File

@ -282,6 +282,7 @@ in {
[ "CAP_NET_BIND_SERVICE" ]; [ "CAP_NET_BIND_SERVICE" ];
DynamicUser = true; DynamicUser = true;
RuntimeDirectory = "adguard-dns-proxy"; RuntimeDirectory = "adguard-dns-proxy";
StateDirectory = "adguard-dns-proxy";
}; };
}; };