I'm running Uptime Kuma on Raspbian, and I wanna add a command to cron. What am I doing wrong:
The command works to start manually, but not in crontab -e
Code:
@reboot pm2 start /home/jonaz/uptime-kuma/server/server.js --name uptime-kuma
The command works to start manually, but not in crontab -e

