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

15 lines
257 B
Plaintext

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