Closed ramonskie closed 5 months ago
in the bosh acceptance tests we have hardcoded sv commands for example:
and in the agent we also have sv commands
these should be configurable as in noble monit and the agent are being run by systemd
as now need to also know if we are using systemd and we already have DNSResolverType config in the agent settings. maby its time to have something generic. or maby we do want to use different settings.
DNSResolverType
Agent work is currently happening here
(https://github.com/cloudfoundry/bosh-agent/pull/327/files) is merged https://github.com/cloudfoundry/bosh-acceptance-tests/pull/50 merged
in the bosh acceptance tests we have hardcoded sv commands for example:
and in the agent we also have sv commands
these should be configurable as in noble monit and the agent are being run by systemd