diff options
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 |