Hello, and thank you for developing this project.
I would like to request official support or a guideline for running the application in a non-root environment to ensure future updates remain compatible.
Currently, I have managed to run it as a standard user using the following workaround:
- Execution: Running the core application using a standard non-root user.
- Background Process: Using
nohup to keep the application running persistently in the background.
- Auto-Start: Adding a job to
cron (e.g., @reboot) so the application starts automatically after a server reboot.
It would be highly appreciated if an official method or script for this setup could be included in future releases. Thank you!
Hello, and thank you for developing this project.
I would like to request official support or a guideline for running the application in a non-root environment to ensure future updates remain compatible.
Currently, I have managed to run it as a standard user using the following workaround:
nohupto keep the application running persistently in the background.cron(e.g.,@reboot) so the application starts automatically after a server reboot.It would be highly appreciated if an official method or script for this setup could be included in future releases. Thank you!