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 de5fb8b954f589825f5843b2a9db1e3022dc6a9c
parent 71157215171b3c9ab6207242f744ea8258e51188
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Fri, 28 Nov 2025 23:54:24 +0100

feat(intel): fix snapshot service name

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

diff --git a/debian_postinstall.sh b/debian_postinstall.sh @@ -196,7 +196,7 @@ cat <<EOF > /etc/systemd/system/lxc-snapshot.timer Description=Take lxc snapshots [Timer] -Unit=snapshot.service +Unit=lxc-snapshot.service OnCalendar=Mon-Sun 04:27 [Install]