Using systemd to keep your application running even after system reboot
Often times I build applications that needs to be up continuously, I often used a shell script with cron job to keep the program running at all times, but the challenge with that approach is that I have to wait for at least 1minute before my application is restarted. This is because the minimum schedule […]