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