Add a Daemon

Add a Daemon to keep a program alive, always running with the number of configured processes. A daemon run as a background process and can restart the program when it fails or its code/command line is modified.

  1. On Devopness, navigate to a project, then select an environment
  2. Find the Daemons card
  3. Click View in the Daemons card to see a list of existing Daemons
  4. On the upper-right corner of the list, click ADD DAEMON
  5. Follow the prompts then click CONFIRM
  6. In the Daemon details view, the recently created Daemon details can be seen

Required permissions

To follow this guide, you need the following permissions in the target environment.

Resource TypeRequired Permission
DaemonAdd

For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.

Edit on GitHub