Skip to content

Commit

Permalink
[nvidia][syncd] fix incorrect permission of /tmp in syncd container
Browse files Browse the repository at this point in the history
Fixes sonic-net#16034

Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak committed Jan 12, 2024
1 parent 3974a34 commit 7d457d0
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 7d457d0

Please sign in to comment.