From 0b898d9991f2fdec4836f426ff8f62169bc01e0c Mon Sep 17 00:00:00 2001 From: Taeer Bar-Yam Date: Thu, 13 Jan 2022 09:57:27 -0500 Subject: [PATCH] clearer comment Co-authored-by: Winter <78392041+winterqt@users.noreply.github.com> --- modules/age.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/age.nix b/modules/age.nix index 9378eb4..ed3632b 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -254,7 +254,7 @@ in RemainAfterExit = true; }; - script = " "; # it complains if we only set ExecReload + script = " "; # systemd complains if we only set ExecReload # Give it a reason for starting wantedBy = [ "multi-user.target" ];