git-subtree-dir: dots git-subtree-mainline:2ad98cde17git-subtree-split:f64b634dd8
11 lines
187 B
Desktop File
11 lines
187 B
Desktop File
[Unit]
|
|
Description=SSH Key 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
|