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