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