mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
cddcb504d3
Since urxvt will only be used on my bspwm setup, and since ssh-agent can be used on non-bspwm setups as well, it makes sense to separate the two.
11 lines
181 B
Desktop File
11 lines
181 B
Desktop File
[Unit]
|
|
Description=SSH 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
|