this solution works for me but note that the service does not run in your user’s account but with the system account. System will not be able to find your rclone config.
i changed this be adding a su - to /usr/bin/rclone-sync:
su - myusername -c “rclone sync -v gdrive: /var/gdrive_rclone --drive-alternate-export”