Merge pull request #39 from adafruit/delay_fcbcp_startup

pitft: add ExecStartPre sleep of 10 seconds before starting fbcp
This commit is contained in:
Limor "Ladyada" Fried 2018-11-30 22:13:30 -08:00 committed by GitHub
commit 7c17d93be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,6 +400,7 @@ After=network.target
[Service]
Type=simple
ExecStartPre=/bin/sleep 10
ExecStart=/usr/local/bin/fbcp
[Install]