11 lines
No EOL
274 B
Text
11 lines
No EOL
274 B
Text
[Unit]
|
|
Description = Nextcloud Data Volume
|
|
|
|
[Volume]
|
|
VolumeName = ${nextcloud_data_volume_name}
|
|
Device=/dev/disk/by-label/${nextcloud_data_volume_name}
|
|
Options=nodev,noexec,nosuid,rootcontext=system_u:object_r:container_file_t:s0
|
|
Type=ext4
|
|
|
|
[Install]
|
|
WantedBy=default.target |