Hello! I managed to get the elixir server working, and I followed a cron tutorial to make it run automatically (used @restart, made the command run a .sh file with cd /usr/home/LOGIN/domains/DOMAIN/backend/ && mix phx.server
and this should work, but it still doesn't run automatically. The command is correct, and I can run it on SSH with no problems. It's just the cron job that isn't working. What am I doing wrong? Any help would be great, thanks.
P.S: Is inotify-tools
installed? Phoenix needs it for live reloading.