vp-build/srcpkgs/66-boot-stage1/files/lightdm

15 lines
228 B
Plaintext

[main]
@type = longrun
@description = "lightdm daemon"
@user = ( root )
@options = ( log )
@depends = ( dbus )
[start]
@build = auto
@execute = ( exec -c lightdm )
[stop]
@build = auto
@execute = ( s6-rmrf /run/lightdm/root )