Raspberry-Pi-Installer-Scripts/templates/con2fbmap.service
2025-07-18 15:22:46 -07:00

14 lines
No EOL
272 B
Desktop File

[Unit]
Description=Map console to framebuffer for SPI TFT
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/con2fbmap-helper.sh
RemainAfterExit=yes
StandardOutput=journal
StandardError=journal
TimeoutStartSec=60
[Install]
WantedBy=multi-user.target