log error to tty
This commit is contained in:
parent
741eb07b0c
commit
3eaeee3ecf
@ -10,6 +10,9 @@
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
TTYPath = /dev/tty1; # or whichever TTY you want to use
|
||||
StandardOutput = "tty";
|
||||
StandardError = "tty";
|
||||
};
|
||||
|
||||
script = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user