#!/bin/sh # Start Samba in the foreground samba -F & # Start Webmin in the background (assuming it's installed at /usr/local/webmin) perl /usr/local/webmin/miniserv.pl & # Run the Gradio app python3 /app/gradio_app.py