You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
422 B
16 lines
422 B
[Unit]
|
|
Description=Mount the "ssd" virtio filesystem
|
|
Requires=discover-virtiofs-tags.service
|
|
After=discover-virtiofs-tags.service
|
|
|
|
# Only run if the "ssd" tag is present (as discovered by discover-virtiofs-tags.service)
|
|
ConditionPathExists=/run/quadlets/base/virtiofs/ssd
|
|
|
|
[Mount]
|
|
What=ssd
|
|
Where=/var/lib/virtiofs/ssd
|
|
Type=virtiofs
|
|
Options=context=system_u:object_r:container_file_t:s0
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|
|
|