mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 09:56:59 +02:00
sys-auth/realmd: Port to tmpfiles eclass
This commit is contained in:
parent
32b5a0dee7
commit
4901c02cd6
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit autotools systemd
|
TMPFILES_OPTIONAL=1
|
||||||
|
inherit autotools systemd tmpfiles
|
||||||
|
|
||||||
DESCRIPTION="DBus service for configuring kerberos and other online identities"
|
DESCRIPTION="DBus service for configuring kerberos and other online identities"
|
||||||
HOMEPAGE="http://cgit.freedesktop.org/realmd/realmd/"
|
HOMEPAGE="http://cgit.freedesktop.org/realmd/realmd/"
|
||||||
@ -47,6 +48,6 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
systemd_dotmpfilesd "${FILESDIR}/tmpfiles.d/${PN}.conf"
|
dotmpfiles "${FILESDIR}/tmpfiles.d/${PN}.conf"
|
||||||
default
|
default
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user