--8<---------------cut here---------------start------------->8---
[Unit]
Description=Cleanup console-setup cache
[Service]
Type=oneshot
RemainAfterExit=true
ExecStop=/bin/bash -c "rm /etc/console-setup/cached_*"
[Install]
WantedBy=multi-user.target
--8<---------------cut here---------------end--------------->8---
Thanks! This helped solve the problem.
The only thing that slightly corrected, it replaced "rm /etc/console-setup/cached_*" by
"/bin/rm /etc/console-setup/cached_*"
--
Kind regards, (o_
Igor //\
igor[@]cac2s.net V_/_