We are using CommandBox on a RHEL8 server behind NGINX. We want to use systemd service files to make sure all sites are running after a reboot. I used the systemd template found on the website:
b
bdw429s
08/22/2023, 3:09 PM
@Stefaan Vanbillemont I would recommend checking out our CommandBox Service Manager module. It has a more comprehensive systemd service it uses.
Regarding the systemd file, I assume you mean the one here
https://commandbox.ortusbooks.com/embedded-server/starting-as-a-service
I didn't write that guide as it was submitted via pull request to the docs from a user. I would recommend consulting the man pages for your linux distro if you need more help with the systemd files.