mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
app-admin/etcd-wrapper: add the tmpfiles conf
By default, the wrapper uses /var/lib/etcd which was created by the etcd ebuild. Now that it's being removed, this ebuild needs to explicitly create it.
This commit is contained in:
parent
11ef638f23
commit
c7c9880fca
@ -33,4 +33,5 @@ src_install() {
|
||||
sed "s|@ETCD_IMAGE_TAG@|${tag}|g" \
|
||||
"${FILESDIR}"/etcd-member.service > ${T}/etcd-member.service
|
||||
systemd_dounit ${T}/etcd-member.service
|
||||
systemd_dotmpfilesd "${FILESDIR}"/etcd-wrapper.conf
|
||||
}
|
1
sdk_container/src/third_party/coreos-overlay/app-admin/etcd-wrapper/files/etcd-wrapper.conf
vendored
Normal file
1
sdk_container/src/third_party/coreos-overlay/app-admin/etcd-wrapper/files/etcd-wrapper.conf
vendored
Normal file
@ -0,0 +1 @@
|
||||
d /var/lib/etcd 0755 etcd etcd - -
|
Loading…
x
Reference in New Issue
Block a user