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