Instantly enable ssh-agent service

This commit is contained in:
Manuel Thalmann 2024-03-10 17:57:07 +01:00
parent e3c7cd9e0d
commit cad3dc9e71

View file

@ -1,2 +1,2 @@
#!/bin/bash
systemctl --user enable ssh-agent;
systemctl --user enable --now ssh-agent;