We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b3d5a commit a08b60bCopy full SHA for a08b60b
3 files changed
usr/share/66/service/lxdm
@@ -4,7 +4,7 @@
4
@version = 0.0.3
5
@user = ( root )
6
@depends = ( dbus )
7
-@timeout-up = 3000
+@timeout-kill = 3000
8
9
[start]
10
@execute = ( lxdm )
usr/share/66/service/sddm
@description = "sddm daemon"
@execute = (
usr/share/66/service/xdm
@version = 0.0.2
@depends = ( dbus ) # if the user does not need dbus running, this line can be commented out or ommited
@execute = ( execl-cmdline -s { xdm -nodaemon ${cmd_args} } )
0 commit comments