Auto start odrive agent and auto mount on os boot (ubuntu)

I can confirm (on Linux Mint 19, so basically ubuntu) the Startup Applications method works with a bash script that looks like:

#!/bin/bash
nohup “$HOME/.odrive-agent/bin/odriveagent” > /dev/null 2>&1 &

1 Like