Hi! I've successfully installed MonaServer on a VPS running Ubuntu 15.04, but I seem unable to run it as a daemon in the background.
sudo ./MonaServer --daemon [--pidfile=/var/run/MonaServer.pid] doesn't do anything, and the service file from this
topic always ends in
Failed to start mona.service: Unit mona.service failed to load: No such file or directory. Am I doing something wrong, or is there another way to run MonaServer in the background without having to manually start it every time? Any help would be greatly appreciated.