From 798fc52d126e975c91dc0f2dcd090a41d4e052c2 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Sun, 30 Aug 2020 19:27:41 +0200 Subject: [PATCH] Corrects description. --- modules/services/lorri.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix index cefd005c..a52c9194 100644 --- a/modules/services/lorri.nix +++ b/modules/services/lorri.nix @@ -20,9 +20,9 @@ in example = "/var/tmp/lorri.log"; description = '' The logfile to use for the lorri service. Alternatively - sudo launchctl debug system/com.target.lorri --stderr + sudo launchctl debug system/org.nixos.lorri --stderr can be used to stream the logs to a shell after restarting the service with - sudo launchctl kickstart -k system/com.target.lorri. + sudo launchctl kickstart -k system/org.nixos.lorri. ''; }; };