diff options
| -rw-r--r-- | modules/services/lorri.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/lorri.nix b/modules/services/lorri.nix index cefd005..a52c919 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 - <command>sudo launchctl debug system/com.target.lorri --stderr</command> + <command>sudo launchctl debug system/org.nixos.lorri --stderr</command> can be used to stream the logs to a shell after restarting the service with - <command>sudo launchctl kickstart -k system/com.target.lorri</command>. + <command>sudo launchctl kickstart -k system/org.nixos.lorri</command>. ''; }; }; |
