-1

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?

MiguelSlv
  • 14,067
  • 15
  • 102
  • 169

1 Answers1

0

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.

MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
Leo Liu
  • 71,098
  • 10
  • 114
  • 135