1
0
Fork 0
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:
Thibault Gagnaux 2020-08-30 19:27:41 +02:00
parent 91504bd926
commit 798fc52d12

View file

@ -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>.
'';
};
};