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

7 lines
166 B
SYSTEMD
Raw Normal View History

2021-02-15 20:53:16 -05:00
[Unit]
Description=Mount sshfs directory for %i
[Service]
Type=forking
ExecStart=/usr/bin/sshfs ${TARGET} ${MOUNTPOINT}
ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}