mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-26 23:44:19 +02:00
Add session logging support
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
c033f5bd03
commit
767bdaf166
4 changed files with 33 additions and 8 deletions
|
|
@ -43,6 +43,7 @@ restart_cmd: []const u8 = "/sbin/shutdown -r now",
|
|||
restart_key: []const u8 = "F2",
|
||||
save: bool = true,
|
||||
service_name: [:0]const u8 = "ly",
|
||||
session_log: []const u8 = "ly-session.log",
|
||||
setup_cmd: []const u8 = build_options.config_directory ++ "/ly/setup.sh",
|
||||
shutdown_cmd: []const u8 = "/sbin/shutdown -a now",
|
||||
shutdown_key: []const u8 = "F1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue