./monitor_helper.sh enable places a @reboot entry into the pi-star user's crontab. This is so that if the node is rebooted, the dapnet-ntfygateway is automatically restarted as soon as the node comes back up.
For some reason, this isn't working, and I have nothing to help tell me why (#7). The script still needs to be restarted manually with a ./monitor_helper.sh start command - incidentally the same command that's in the cron entry!
It could be that the process is starting too quickly and there are some dependencies that aren't available yet. Moving from cron to systemd may help here (#8)
./monitor_helper.sh enableplaces a@rebootentry into thepi-staruser's crontab. This is so that if the node is rebooted, thedapnet-ntfygatewayis automatically restarted as soon as the node comes back up.For some reason, this isn't working, and I have nothing to help tell me why (#7). The script still needs to be restarted manually with a
./monitor_helper.sh startcommand - incidentally the same command that's in the cron entry!It could be that the process is starting too quickly and there are some dependencies that aren't available yet. Moving from cron to systemd may help here (#8)