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