Use non-absolute path

This commit is contained in:
RealStickman 2023-05-01 11:46:55 +02:00
parent ef322deb5b
commit b3b21c199a

View File

@ -62,7 +62,7 @@ in
Service = {
Type = "simple";
Environment = "SSH_AUTH_SOCK=%t/ssh-agent.socket";
ExecStart = "/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK";
ExecStart = "ssh-agent -D -a $SSH_AUTH_SOCK";
};
Install = {
WantedBy = [ "default.target" ];