projects/imx6: enable cursor in serial console service

hidden with PR #44
This commit is contained in:
Peter Vicman 2016-04-02 17:49:51 +02:00
parent f61a0eadf2
commit 5d2278afdc

View File

@ -6,6 +6,7 @@ ConditionKernelCommandLine=console=ttymxc0,115200
[Service]
WorkingDirectory=/storage
Environment="ENV=/etc/profile"
ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"'
ExecStart=/bin/sh
Restart=always
RestartSec=0