dotfiles/dot_config/systemd/user/mount-veracrypt@.service

7 lines
189 B
SYSTEMD
Raw Normal View History

2021-02-15 20:53:16 -05:00
[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}