kiwmi verbose log and sensible syslog identifier
This commit is contained in:
parent
5a5e1de965
commit
2975908e81
@ -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";
|
||||||
|
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user