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.
- On Devopness, navigate to a project, then select an environment
- Find the
Daemonscard - Click
Viewin theDaemonscard to see a list of existingDaemons - On the upper-right corner of the list, click
ADD DAEMON - Follow the prompts then click
CONFIRM - In the
Daemondetails view, the recently createdDaemondetails can be seen
Required Permissions
To complete the steps in this guide, the user needs the following permissions in the environment:
| Resource Type | Permission |
|---|---|
| Daemon | Add |
For instructions on how to grant user permissions in an environment, see Add team to an Environment
Daemons
Many applications rely on background processes, or daemons, to keep critical programs alive and running continuously. Devopness simplifies the management of these daemons by providing a centralized platform, allowing you to configure, monitor, and maintain these persistent processes with ease. Daemons run as background processes and can automatically restart a program if it fails or when its code/command line is modified.
Edit a Daemon
Edit a Daemon to update the application, settings, command, or other configurations of an existing Daemon.