/lib/systemd/system/setvtrgb.service is in console-setup-linux 1.178ubuntu2.
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 10 11 12 13 14 15 | [Unit]
Description=Set console scheme
DefaultDependencies=no
After=systemd-user-sessions.service plymouth-quit-wait.service
Before=system-getty.slice
ConditionPathExists=/sbin/setvtrgb
ConditionPathExists=/dev/tty0
[Service]
Type=oneshot
ExecStart=/sbin/setvtrgb /etc/vtrgb
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target
|