home/lib/systemd/system-sleep/close-ssh.sh

7 lines
89 B
Bash
Executable File

#! /bin/bash
if [ "${1}" == "pre" ]; then
umount /home/dbroqua/Music
killall ssh
fi