action #66682
Updated by ggardet_arm over 4 years ago
`apache2.service` and `openqa-webui.service` (and `openqa-gru` through deps) are wrongly started by `openqa-worker.service` due to: ~~~ Wants=apache2.service openqa-webui.service network.target ~~~ There is no reason to start apache and openQA webui when we just want to run a worker. Especially when cache servcie is used, we currently need `fetchneedles` script from `openQA` package. So, all (remote) workers will start unneeded additional services.