Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[services] sflow service sets swss service as Requisite=, not Require…
…s= (#3819) The sflow service should not start unless the swss service is started. However, if this service is not started, the sflow service should not attempt to start them, instead it should simply fail to start. Using Requisite=, we will achieve this behavior, whereas using Requires= will cause the required service to be started.
- Loading branch information