Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions dinit-service/elogind/elogind-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit dinit

DESCRIPTION="Dinit service file for elogind"

S="${WORKDIR}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
dinit_dosrv "${FILESDIR}/elogind"
}
7 changes: 7 additions & 0 deletions dinit-service/elogind/files/elogind
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
type = process
command = /usr/lib/elogind/elogind
depends-ms = polkitd
depends-on = dbus
depends-on = local.target
before = login.target
smooth-recovery = true
6 changes: 6 additions & 0 deletions dinit-service/polkit/files/polkitd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type = process
command = /usr/lib/polkit-1/polkitd --no-debug
before = login.target
depends-on = local.target
depends-on = dbus
smooth-recovery = true
17 changes: 17 additions & 0 deletions dinit-service/polkit/polkit-0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit dinit

DESCRIPTION="Dinit service file for polkit"

S="${WORKDIR}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
dinit_dosrv "${FILESDIR}/polkitd"
}
Loading