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"; StandardInput = "tty";
StandardError = "journal"; StandardError = "journal";
StandardOutput = "journal"; StandardOutput = "journal";
SyslogIdentifier = "eufon";
User = "dan"; User = "dan";
ExecStart = run-eufon; ExecStart = run-eufon;
Restart = "always"; 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 experiment with starting sway or tinywl or something else
# to see how they behave if kiwmi is being weird # to see how they behave if kiwmi is being weird
start_eufon(){ start_eufon(){
kiwmi -c init.lua; kiwmi -V -V -c init.lua;
} }
''; '';
})).override { debug = true; } })).override { debug = true; }