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 | |
parent | 15e43f0dfea07b03a4b29dae8a345829f4d23137 (diff) |
comments
Diffstat (limited to '.config')
-rw-r--r-- | .config/systemd/user/reflector.service | 1 | ||||
-rw-r--r-- | .config/systemd/user/ssh-agent.service | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/systemd/user/reflector.service b/.config/systemd/user/reflector.service index c0f04862..b4c994bf 100644 --- a/.config/systemd/user/reflector.service +++ b/.config/systemd/user/reflector.service @@ -2,7 +2,6 @@ # /usr/lib/systemd/system/reflector.service # /usr/lib/systemd/system/reflector.timer # /etc/xdg/reflector/reflector.conf -# https://www.youtube.com/watch?v=ou369IE7fw8 # how to use: # sudo systemctl enable --now ~/.config/systemd/user/reflector 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 |