Files
dots/scripts/remove-ssh.service

11 lines
186 B
Desktop File

[Unit]
Description=Remove SSH keys on lock
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=/tmp/agent.sock
ExecStart=%h/.dots/scripts/remove-ssh.bash
[Install]
WantedBy=default.target