7 lines
189 B
SYSTEMD
7 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mount veracrypt volume for %i
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=%h/.bin/mount.veracrypt ${BW_NAME} ${VOLUME} ${MOUNTPOINT}
|
||
|
ExecStop=%h/.bin/umount.veracrypt ${MOUNTPOINT}
|