mirror of https://github.com/fairyglade/ly.git
Restart unit on failure or closure
When control+c is pressed in the login screen, ly closes and doesn't start back again, leaving the session stuck. This will make sure ly is running.
This commit is contained in:
parent
73ecac67bf
commit
08ae1abc51
|
@ -11,6 +11,7 @@ StandardInput=tty
|
|||
TTYPath=/dev/tty$DEFAULT_TTY
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
Alias=display-manager.service
|
||||
|
|
Loading…
Reference in New Issue