skip to Main Content

Linux service "Failed with result 'start-limit-hit'." error while trying to run jar file from automated script? – Ubuntu

I have some scripts to restart a java jar service in linux machine taken from this post and here is my service script: [Unit] Description=demo restarter After=network.target [Service] Type=oneshot ExecStart=systemctl stop demo.service StartLimitIntervalSec=0 StartLimitBurst=0 ExecStartPost=systemctl start demo.service [Install] WantedBy=multi-user.target If…

VIEW QUESTION
Back To Top
Search