Skip to content

Commit a08b60b

Browse files
committed
display-managers: use timeout-kill instead of timeout-up
thanks @Obarun for the review/bug report!
1 parent 12b3d5a commit a08b60b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

usr/share/66/service/lxdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@version = 0.0.3
55
@user = ( root )
66
@depends = ( dbus )
7-
@timeout-up = 3000
7+
@timeout-kill = 3000
88

99
[start]
1010
@execute = ( lxdm )

usr/share/66/service/sddm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@description = "sddm daemon"
55
@user = ( root )
66
@depends = ( dbus )
7-
@timeout-up = 3000
7+
@timeout-kill = 3000
88

99
[start]
1010
@execute = (

usr/share/66/service/xdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@version = 0.0.2
55
@user = ( root )
66
@depends = ( dbus ) # if the user does not need dbus running, this line can be commented out or ommited
7-
@timeout-up = 3000
7+
@timeout-kill = 3000
88

99
[start]
1010
@execute = ( execl-cmdline -s { xdm -nodaemon ${cmd_args} } )

0 commit comments

Comments
 (0)