hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 4f73d602ca0692c013d412dfb1c6420cc67ab323
parent 0b8c9cbb76e0aa9a80fe53d1d045eb92af4f70af
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 29 Nov 2025 22:17:16 +0100

fix(intel): dir name

Diffstat:
Mdebian_postinstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian_postinstall.sh b/debian_postinstall.sh @@ -43,7 +43,7 @@ profile lxc-gatus flags=(attach_disconnected,mediate_deleted) { EOF # Systemd override to store socket file in runtime directory -mkdir -p /etc/systemd/system/collectd.service +mkdir -p /etc/systemd/system/collectd.service.d cat <<EOF > /etc/systemd/system/collectd.service.d/override.conf [Service] RuntimeDirectory=collectd