Synology Rclone Google Drive Mount on Startup

Nicholas@Marlin:~$ sudo -i
Password:
root@Marlin:~# /usr/bin/rclone mount google: /volume1/data/gdrive --config /volume1/homes/Nicholas/.config/rclone/rclone.conf --log-level=DEBUG --log-file=/volume1/data/scripts/rclone.log --buffer-size=512M --allow-other --allow-non-empty &
[1] 17054
root@Marlin:~#

I can see my drive mounted successfully as well. I can confirm it mounts perfectly fine using the root user on the command line. Just not when I set it up as a boot process using the root user?