diff options
| author | Thibault Gagnaux <thibault@gagnaux.ch> | 2020-08-30 19:27:41 +0200 |
|---|---|---|
| committer | Thibault Gagnaux <thibault@gagnaux.ch> | 2020-08-30 19:27:41 +0200 |
| commit | 798fc52d126e975c91dc0f2dcd090a41d4e052c2 (patch) | |
| tree | ed48b594894443a4edccafd6056afdd5ec66144e /modules | |
| parent | 91504bd926dd451f149904157109c39d4d2788c8 (diff) | |
Corrects description.
Diffstat (limited to 'modules')
| -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>. ''; }; }; |
