QuoteQuoteHi. You can try editing the service to make it auto start upon boot up. might have to define that it should start up after MMDVMhost.
Or you can edit your crontab to make the service start or restart upon reboot.
I have edit crontab for daily task (pistar-daily.cron) and it has been good sofar. do you have the name and location of the crontab that execute every reboot?
@reboot sleep 60 && sudo systemctl restart dgidgateway
sudo systemctl disable ysfgateway
sudo systemctl enable dgidgateway
sudo systemctl status dgidgateway
QuoteHi. You can try editing the service to make it auto start upon boot up. might have to define that it should start up after MMDVMhost.
Or you can edit your crontab to make the service start or restart upon reboot.