diff --git a/rootfs/etc/systemd/system/home-sync.service b/rootfs/etc/systemd/system/home-sync.service index c2f453f..a9a735b 100644 --- a/rootfs/etc/systemd/system/home-sync.service +++ b/rootfs/etc/systemd/system/home-sync.service @@ -6,6 +6,6 @@ After=network-online.target [Service] Type=oneshot User=andre -ExecStart=/usr/bin/env bash -c '/home/andre/home-sync.sh' +ExecStart=/home/andre/home-sync.sh StandardOutput=journal StandardError=journal \ No newline at end of file