rofi-extras/etc/systemd/user/mount-veracrypt@.service

8 lines
216 B
SYSTEMD
Raw Permalink Normal View History

2021-02-14 19:40:08 -05:00
[Unit]
Description=Mount veracrypt volume for %i
# TODO these scripts moved
2021-02-14 19:40:08 -05:00
[Service]
Type=forking
ExecStart=%h/.bin/mount.veracrypt ${BW_NAME} ${VOLUME} ${MOUNTPOINT}
ExecStop=%h/.bin/umount.veracrypt ${MOUNTPOINT}