I can use the following commands:
start node-server stop node-server restart node-server So I start in my node server, and it works
If I want to restart the node-server, then every minute for this I execute the restart node-server command
my crontab looks like this
* * * * * restart node-server but the "restart node-server" command is not executed.
cron works, Linux works, node-server works, running from root via ssh.
Nothing else is broken, only cron
Is there any error logs in the krone?
Or maybe the shell from which I execute the restart command to the node server, it sees the restart command, and the shell does not
/bin/date >>/tmp/datecommand to verify that cron is running - jfs