From 7efbb28ac44ada314027eca0b29ff02c6a383991 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 19:41:38 +0100 Subject: [PATCH] rootfs/etc/systemd/system/home-sync.service aktualisiert --- rootfs/etc/systemd/system/home-sync.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rootfs/etc/systemd/system/home-sync.service b/rootfs/etc/systemd/system/home-sync.service index a9a735b..642e2d6 100644 --- a/rootfs/etc/systemd/system/home-sync.service +++ b/rootfs/etc/systemd/system/home-sync.service @@ -6,6 +6,4 @@ After=network-online.target [Service] Type=oneshot User=andre -ExecStart=/home/andre/home-sync.sh -StandardOutput=journal -StandardError=journal \ No newline at end of file +ExecStart=bash /home/andre/home-sync.sh \ No newline at end of file