From 65acede0a58bc1b5327ecbf35fe91908ba4383e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 22 Jun 2026 19:15:45 +0200 Subject: [PATCH] fix: combine Environment= into single line in systemd units Co-Authored-By: Claude Sonnet 4.6 --- bin/stacks | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/stacks b/bin/stacks index 4a62183..87a844f 100755 --- a/bin/stacks +++ b/bin/stacks @@ -474,8 +474,7 @@ Wants=network-online.target Type=oneshot User=root ExecStart=${_self} update run -Environment=HOME=/root -Environment=STACKS_DIR=${STACKS_DIR} +Environment="HOME=/root" "STACKS_DIR=${STACKS_DIR}" EOF cat > /etc/systemd/system/stacks-update.timer << 'EOF' [Unit] @@ -632,8 +631,7 @@ Wants=network-online.target Type=oneshot User=root ExecStart=${_self} backup run -Environment=HOME=/root -Environment=STACKS_DIR=${STACKS_DIR} +Environment="HOME=/root" "STACKS_DIR=${STACKS_DIR}" EOF cat > /etc/systemd/system/stacks-backup.timer << 'EOF' [Unit]