linuxubuntuazure-devopsazure-releases

Azure deploy agent (azagent) demon doesn't start after reboot


I installed a azure deploy agent on a Ubuntu server. The agent works fine but won't come up after reboot the machine. How to run it as a demon?


Solution

  • The agent works fine but won't come up after reboot the machine. How to run it as a demon?

    You could try to install the agent as a systemd service instead of interactively.

    Please check the document Run as a systemd service for some more details.

    Alternatively, you could use crontab -e to create your cron jobs.