mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
chore(net-misc/tlsdate): sync 9999 ebuild
This commit is contained in:
parent
6d62f900d1
commit
28bf72ada0
@ -23,7 +23,7 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
# Our unprivileged group is called "nobody"
|
# Our unprivileged group is called "tlsdate"
|
||||||
econf \
|
econf \
|
||||||
$(use_enable dbus) \
|
$(use_enable dbus) \
|
||||||
--with-unpriv-user=tlsdate \
|
--with-unpriv-user=tlsdate \
|
||||||
@ -43,4 +43,8 @@ src_install() {
|
|||||||
doins "${FILESDIR}/tlsdated.conf"
|
doins "${FILESDIR}/tlsdated.conf"
|
||||||
insinto /etc/dbus-1/system.d
|
insinto /etc/dbus-1/system.d
|
||||||
doins "${FILESDIR}/org.torproject.tlsdate.conf"
|
doins "${FILESDIR}/org.torproject.tlsdate.conf"
|
||||||
|
|
||||||
|
systemd_dounit "${FILESDIR}/tlsdate.service"
|
||||||
|
systemd_enable_service default.target tlsdate.service
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user