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