From b61edcd9f700767c5fbbfa512a23ae0b3e22b302 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 19:24:58 +0100 Subject: [PATCH] rootfs/etc/systemd/system/git-sync.service aktualisiert --- rootfs/etc/systemd/system/git-sync.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/systemd/system/git-sync.service b/rootfs/etc/systemd/system/git-sync.service index d68f947..ec021f7 100644 --- a/rootfs/etc/systemd/system/git-sync.service +++ b/rootfs/etc/systemd/system/git-sync.service @@ -5,6 +5,6 @@ Description=Synchronize files from Git repository Type=oneshot User=root WorkingDirectory=/opt/git-sync/ -ExecStart=/usr/bin/env bash -c '/usr/local/bin/git-sync.sh' +ExecStart=/usr/local/bin/git-sync.sh StandardOutput=journal StandardError=journal \ No newline at end of file