Change to list

This commit is contained in:
RealStickman 2023-05-01 11:40:38 +02:00
parent d7651d1af9
commit 0e71913880

View File

@ -65,7 +65,7 @@ in
ExecStart = "/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK"; ExecStart = "/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK";
}; };
Install = { Install = {
WantedBy = "default.target"; WantedBy = [ "default.target" ];
}; };
}; };
}; };