log error to tty

This commit is contained in:
Richard Mauer 2024-12-31 18:47:09 -05:00
parent 741eb07b0c
commit 3eaeee3ecf

View File

@ -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 = ''