5 lines
87 B
PowerShell
5 lines
87 B
PowerShell
|
#!/bin/pwsh
|
||
|
param($context)
|
||
|
|
||
|
Set-Service ssh-agent -StartupType AutomaticDelayedStart;
|