As the error message says the file prometheus.yaml in the directory /etc/prometheus-shared doesn't exist, which is the configuration file for Prometheus.
You need to either ensure the file does exist at that location or
adjust the command line to give the correct location if different.
-- Stuart Clark