Skip to content

Commit

Permalink
[nvidia][syncd] fix incorrect permission of /tmp in syncd container (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanblyschak authored and saksarav-nokia committed Mar 12, 2024
1 parent 486efe9 commit e0f79d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/nv-syncd-shared/nv-syncd-shared.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PartOf=syncd.service
Type=oneshot
RemainAfterExit=yes
ExecStart=rm -rf /tmp/nv-syncd-shared/
ExecStart=mkdir -p /tmp/nv-syncd-shared/
ExecStart=mkdir -m 777 -p /tmp/nv-syncd-shared/

[Install]
WantedBy=sonic.target
Expand Down

0 comments on commit e0f79d4

Please sign in to comment.