Systemd Camunda (7.15) | Wildfly (22.0.1)

Hi folks,

Can you help me to validate the systemd service for Wildfly (22.0.1)?

[Unit]
Description = Camunda Workflow Engine
After=syslog.target network.target
[Service]
Restart=on-failure
Type=forking
Environment=CAMUNDA_HOME=/opt/camunda
Environment=CAMUNDA_BASE=/opt/camunda
Environment=JAVA_HOME=/usr/lib/jvm/java-11-openjdk-11.0.11.0.9-1.el7_9.x86_64

ExecStart=/opt/camunda/start-camunda.sh

[Install]
WantedBy=multi-user.target

I didn’t find neither the pid file to map and how to stop properly the service.

Thanks,

Andrey