Files
dotfiles/systemd/user/ssh-agent.service
T
Acid 3bdebf987d deleted: .github/workflows/opencommit.yml
modified:   hypr/hypridle.conf
	modified:   hypr/hyprland.conf
	modified:   hypr/hyprlock.conf
	modified:   hypr/hyprpaper.conf
	modified:   systemd/user/ssh-agent.service
2025-12-23 20:12:27 -05:00

11 lines
190 B
Desktop File

[Unit]
Description=User ssh-agent
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
ExecStart=/usr/bin/ssh-agent -D -a ${SSH_AUTH_SOCK}
[Install]
WantedBy=default.target