mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Since we start the HomeAssistant shell directly on tty the service responsible for starting did not restart the shell on exit. Remove the RemainAfterExit flag to make sure that the shell restarts on exit.
This commit is contained in:
parent
5c8a0307fb
commit
622cbb806d
@ -22,7 +22,6 @@ Before=rescue.service
|
||||
# option to preserve environment (-p), followed by '--' for safety, and then
|
||||
# the entered username.
|
||||
ExecStart=/usr/sbin/hassos-cli
|
||||
RemainAfterExit=yes
|
||||
Type=idle
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user