kiwmi verbose log and sensible syslog identifier

main
Daniel Barlow 2022-07-12 23:05:07 +00:00
parent 5a5e1de965
commit 2975908e81
3 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
StandardInput = "tty";
StandardError = "journal";
StandardOutput = "journal";
SyslogIdentifier = "eufon";
User = "dan";
ExecStart = run-eufon;
Restart = "always";

0
run.sh Normal file → Executable file
View File

View File

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