mirror of
https://github.com/safing/portmaster
synced 2025-04-21 19:39:09 +00:00
Allow windows service to be stopped from sc.exe
This commit is contained in:
parent
2d08d27f00
commit
c29fb65c27
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ func (ws *windowsService) Execute(args []string, changeRequests <-chan svc.Chang
|
|||
} else {
|
||||
|
||||
// Modules are running.
|
||||
changes <- svc.Status{State: svc.Running}
|
||||
changes <- svc.Status{State: svc.Running, Accepts: cmdsAccepted}
|
||||
|
||||
// Listen for updates
|
||||
service:
|
||||
|
|
Loading…
Add table
Reference in a new issue