Bruno BELANYI
59893b6a00
I needed to enable the service after linking the package. This might be better served by yet another step during my Makefile-based installation? I do not do it enough to warrant adding yet more steps for this functionality.
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
|