mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
commit
9cfdab4086
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ If($runservice) {
|
||||||
}
|
}
|
||||||
Else {
|
Else {
|
||||||
Write-Output -NoNewline "Stopping salt minion and setting it to 'Manual'"
|
Write-Output -NoNewline "Stopping salt minion and setting it to 'Manual'"
|
||||||
Set-Service "salt-minion" -startupType "Manual"
|
Set-Service "salt-minion" -StartupType "Manual"
|
||||||
Stop-Service "salt-minion"
|
Stop-Service "salt-minion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue