mirror of https://github.com/fairyglade/ly.git
Fix respawn period typo
This commit is contained in:
parent
f05252ec77
commit
d5db6b8a2f
|
@ -4,7 +4,7 @@ name="ly"
|
|||
description="TUI Display Manager"
|
||||
|
||||
supervisor=supervise-daemon
|
||||
respawn-period=60
|
||||
respawn_period=60
|
||||
pidfile=/run/"${RC_SVCNAME}.pid"
|
||||
|
||||
depend() {
|
||||
|
|
Loading…
Reference in New Issue