10 lines
198 B
Desktop File
10 lines
198 B
Desktop File
[Unit]
|
|
Description=SSH key agent
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=%h/.config/environment.d/ssh-agentd.conf
|
|
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
|
|
|
[Install]
|
|
WantedBy=default.target
|