How to add Supervisor controls - psychobilli/TrinityCoreIssues GitHub Wiki
Navigate to etc/supervisor/conf.d
Add another conf file for the Supervisor item you want to set up, or copy an existing file and rename it.
Open the file Set program to the name you want to see in supervisor Set directory to the root directory of the application you want to run Set command to the application you want to run update the remaining rows as needed
Restart supervisor with command { systemctl restart supervisor }