[mgmt-framework] removed requires dependency on swss (#4548)

fixes #4473
This commit is contained in:
anand-kumar-subramanian 2020-05-20 20:47:09 -07:00 committed by GitHub
parent 984150a9a5
commit 34586032dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
[Unit]
Description=Management Framework container
Requires=swss.service
After=swss.service syncd.service
Requires=database.service
After=database.service swss.service syncd.service
Before=ntp-config.service
[Service]