From eb05d5d7cdc5c79874177241828667cb882fca9f Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 18:53:09 +0100 Subject: [PATCH] rootfs/etc/systemd/system/home-sync.service aktualisiert --- rootfs/etc/systemd/system/home-sync.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootfs/etc/systemd/system/home-sync.service b/rootfs/etc/systemd/system/home-sync.service index d13301e..c2f453f 100644 --- a/rootfs/etc/systemd/system/home-sync.service +++ b/rootfs/etc/systemd/system/home-sync.service @@ -6,4 +6,6 @@ After=network-online.target [Service] Type=oneshot User=andre -ExecStart=/home/andre/home-sync.sh \ No newline at end of file +ExecStart=/usr/bin/env bash -c '/home/andre/home-sync.sh' +StandardOutput=journal +StandardError=journal \ No newline at end of file