diff --git a/rootfs/etc/systemd/system/git-sync.service b/rootfs/etc/systemd/system/git-sync.service index ec021f7..5065c76 100644 --- a/rootfs/etc/systemd/system/git-sync.service +++ b/rootfs/etc/systemd/system/git-sync.service @@ -5,6 +5,4 @@ Description=Synchronize files from Git repository Type=oneshot User=root WorkingDirectory=/opt/git-sync/ -ExecStart=/usr/local/bin/git-sync.sh -StandardOutput=journal -StandardError=journal \ No newline at end of file +ExecStart=bash /usr/local/bin/git-sync.sh \ No newline at end of file