systemd-pty-forward systemd systemd-pty-forward 1 systemd-pty-forward Run a command with a custom terminal background color or title systemd-pty-forward OPTIONS COMMAND Description systemd-pty-forward can be used to run a command with a custom terminal background color or title. Options The following options are understood: Change the terminal background color to the specified ANSI color as long as the command runs. The color specified should be an ANSI X3.64 SGR background color, i.e. strings such as 40, 41, …, 47, 48;2;…, 48;5;…. See ANSI Escape Code (Wikipedia) for details. Example: --background=44 for a blue background. Change the terminal title to the specified string as long as the command runs. Suppresses additional informational output while running. Do not accept any user input on standard input.