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() {
|
||||
# Our unprivileged group is called "nobody"
|
||||
# Our unprivileged group is called "tlsdate"
|
||||
econf \
|
||||
$(use_enable dbus) \
|
||||
--with-unpriv-user=tlsdate \
|
||||
@ -43,4 +43,8 @@ src_install() {
|
||||
doins "${FILESDIR}/tlsdated.conf"
|
||||
insinto /etc/dbus-1/system.d
|
||||
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