I have successfully installed dropbox on my server. I can run it manually without problems. However, if the server reboots the daemon does not come back up.
~$ sudo systemctl enable dropbox
Synchronizing state of dropbox.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable dropbox
update-rc.d: error: dropbox Default-Start contains no runlevels, aborting.
I suspect this is the problem and I've searched Google but haven't come up with anything concrete.
Any advice appreciated.