From d93ef5f5af54593e765da9028ceeb881ca1470aa Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 20 Dec 2021 09:54:14 -0500 Subject: [PATCH] update a comment that still used the old name --- nixos/modules/issuer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/issuer.nix b/nixos/modules/issuer.nix index f5c85756..58c658b1 100644 --- a/nixos/modules/issuer.nix +++ b/nixos/modules/issuer.nix @@ -137,8 +137,8 @@ in { # Make systemd create a User/Group owned directory for PaymentServer # state. According to the docs at # https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory= - # "The specified directory names must be relative" ... this - # makes systemd create /var/lib/zkapissuer/ for us: + # "The specified directory names must be relative" ... this makes + # systemd create this directory in /var/lib/ for us: serviceConfig.StateDirectory = "zkapissuer-vouchers"; serviceConfig.StateDirectoryMode = "0750"; -- GitLab