refs #2547 add missing file stop-agent.ps1 #50

Merged
nserrano merged 1 commits from add-file into main 2025-07-30 10:21:46 +02:00
4 changed files with 14 additions and 1 deletions

View File

@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [7.2.2] - 2025-07-30
### Added
- Add missing file stop-agent.ps1
## [7.2.1] - 2025-07-29
### Changed

View File

@ -1,3 +1,9 @@
ogagent (7.2.2-1) stable; urgency=medium
* Add missing file stop-agent.ps1
-- OpenGnsys developers <info@opengnsys.es> Wed, 30 Jul 2025 10:20:21 +0200
ogagent (7.2.1-1) stable; urgency=medium
* Run process in a new POSIX session and group, send termination signals to the whole process group

View File

@ -1 +1 @@
7.2.1
7.2.2

View File

@ -0,0 +1 @@
get-process -name ogagentuser|stop-process