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

15 lines
228 B
Plaintext
Raw Normal View History

2019-12-30 13:43:23 +01:00
[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 )