From 2975908e81fb29d4b0c9e8a6f270f0948e80316e Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 12 Jul 2022 23:05:07 +0000 Subject: [PATCH] kiwmi verbose log and sensible syslog identifier --- module.nix | 1 + run.sh | 0 shell.nix | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 run.sh diff --git a/module.nix b/module.nix index f1cf9e9..ed729e1 100644 --- a/module.nix +++ b/module.nix @@ -40,6 +40,7 @@ StandardInput = "tty"; StandardError = "journal"; StandardOutput = "journal"; + SyslogIdentifier = "eufon"; User = "dan"; ExecStart = run-eufon; Restart = "always"; diff --git a/run.sh b/run.sh old mode 100644 new mode 100755 diff --git a/shell.nix b/shell.nix index c3d61ce..4b6ddfd 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ in (p.overrideAttrs (o:{ # to experiment with starting sway or tinywl or something else # to see how they behave if kiwmi is being weird start_eufon(){ - kiwmi -c init.lua; + kiwmi -V -V -c init.lua; } ''; })).override { debug = true; }