aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.config/systemd/user
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.config/systemd/user')
-rw-r--r--%HOME%/.config/systemd/user/ssh-agent.service13
1 files changed, 7 insertions, 6 deletions
diff --git a/%HOME%/.config/systemd/user/ssh-agent.service b/%HOME%/.config/systemd/user/ssh-agent.service
index 297ab75..0b2e9bc 100644
--- a/%HOME%/.config/systemd/user/ssh-agent.service
+++ b/%HOME%/.config/systemd/user/ssh-agent.service
@@ -1,12 +1,13 @@
-# Enable using: systemd --user enable ssh-agent
-# Start immediately using: systemd --user start ssh-agent
+# Enable: systemd --user enable ssh-agent
+# Start: systemd --user start ssh-agent
+
# Make sure SSH_AUTH_SOCK is set to "$XDG_RUNTIME_DIR/ssh-agent.socket".
# You can do this by adding it to ~/.profile (the usual way) or
# ~/.pam_environment:
-# * "SSH_AUTH_SOCK DEFAULT=${XDG_RUNTIME_DIR}/ssh-agent.socket", or, if it
-# doesn't work,
-# * "SSH_AUTH_SOCK DEFAULT=/run/user/1000/ssh-agent.socket" (replace "1000"
-# with your UID.
+# * "SSH_AUTH_SOCK DEFAULT=${XDG_RUNTIME_DIR}/ssh-agent.socket", or, if it
+# doesn't work,
+# * "SSH_AUTH_SOCK DEFAULT=/run/user/1000/ssh-agent.socket" (replace "1000"
+# with your UID).
[Unit]
Description=OpenSSH agent