mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-28 02:37:09 +00:00
Corrects description.
This commit is contained in:
parent
91504bd926
commit
798fc52d12
1 changed files with 2 additions and 2 deletions
|
@ -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>.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue