mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 14:13:53 +01:00
11 lines
185 B
SYSTEMD
11 lines
185 B
SYSTEMD
[Unit]
|
|
Description=SSH key agent
|
|
|
|
[Service]
|
|
Type=forking
|
|
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
|
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
|
|
|
|
[Install]
|
|
WantedBy=default.target
|