/etc/init/setvtrgb.conf is in console-setup 1.70ubuntu8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # setvtrgb - set virtual terminal colors
#
# This job configures the virtual terminal console colors
author "Dustin Kirkland <kirkland@canonical.com>"
start on (started plymouth-splash or started tty1)
exec setvtrgb /etc/vtrgb
|