8 lines
140 B
Django/Jinja
8 lines
140 B
Django/Jinja
[Unit]
|
|
Description=mount {{ storage_disk }} at {{ mount_path }}
|
|
|
|
[Mount]
|
|
Where={{ mount_path }}
|
|
What={{ storage_disk }}1
|
|
Type={{ fs_type }}
|