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 &
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 &