18 lines
333 B
Desktop File
18 lines
333 B
Desktop File
[Unit]
|
|
Description=Manage Nvidia specific syncd shared volume
|
|
Requires=docker.service
|
|
After=docker.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
PartOf=syncd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=rm -rf /tmp/nv-syncd-shared/
|
|
ExecStart=mkdir -m 777 -p /tmp/nv-syncd-shared/
|
|
|
|
[Install]
|
|
WantedBy=sonic.target
|
|
|