diff options
author | xyz <gky44px1999@gmail.com> | 2021-06-08 00:24:38 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-06-08 00:24:38 -0700 |
commit | 113c9d0aa34cc1ff130fd0d25bd65e2208b63922 (patch) | |
tree | 45b3d3ef3bab9a0191129abbc9a4155db6ff08e6 /.config/systemd/user/ssh-agent.service | |
parent | 15e43f0dfea07b03a4b29dae8a345829f4d23137 (diff) |
comments
Diffstat (limited to '.config/systemd/user/ssh-agent.service')
-rw-r--r-- | .config/systemd/user/ssh-agent.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service index 7d2bf024..66fa63ef 100644 --- a/.config/systemd/user/ssh-agent.service +++ b/.config/systemd/user/ssh-agent.service @@ -1,3 +1,6 @@ +# how to use: +# systemctl --user enable --now ssh-agent + [Unit] Description=SSH key agent |