diff options
Diffstat (limited to '.config/systemd/user')
-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 |