ea4b4bd650
Update the hw-mgmt to latest release V.2.0.0060. Update the related files according to the latest hw-mgmt. Signed-off-by: Kevin Wang <kevinw@mellanox.com>
18 lines
349 B
Django/Jinja
18 lines
349 B
Django/Jinja
[Unit]
|
|
Description=Update minigraph and set configuration based on minigraph
|
|
After=rc-local.service
|
|
After=database.service
|
|
Requires=database.service
|
|
{% if sonic_asic_platform == 'mellanox' -%}
|
|
Requires=msn-chassis.service
|
|
{% endif -%}
|
|
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/updategraph
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|