Add mount timeout option and add sudo variable

This commit is contained in:
2023-07-27 16:21:25 +02:00
parent 3fcffac8fb
commit 14a205d6a2
3 changed files with 26 additions and 9 deletions

View File

@ -7,3 +7,4 @@ mount[mapper]='' # As in /dev/mapper/<?>
mount[target]='' # Mount point (absolute path)
mount[friendly]='' # Optional friendly name for unit file Description
mount[autolock]=0 # Set to 1 to enable autolock
mount[timeout]=0 # Set to 1 to enable mount timeout (30 seconds)