Merge pull request #85 from MilhouseVH/enablecursor

Thanks :)
This commit is contained in:
Christian Hewitt 2016-04-04 00:20:00 +04:00
commit fcfa9889e5
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After=multi-user.target
[Service]
Environment=TTY=1
WorkingDirectory=/storage
ExecStartPre=/bin/sh -c 'echo -en "\033[?25h"'
ExecStart=/bin/sh -c 'clear; lsb_release; . /etc/profile; exec /bin/sh'
Restart=always

View File

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

View File

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