Skip to content

Commit 75e4c86

Browse files
committed
Merge branch 'pr/2859'
* pr/2859: (PUP-1471) Remove warning message about pausing Windows agent service
2 parents 22cc34d + 6f21ccf commit 75e4c86

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/windows/service/daemon.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,7 @@ def service_stop
9797
end
9898

9999
def service_pause
100-
# The service will not stay in a paused stated, instead it will go back into a running state after a short period of time. This is an issue in the Win32-Service ruby code
101-
# Raised bug https://github.com/djberg96/win32-service/issues/11 and is fixed in version 0.8.3.
102-
# Because the Pause feature is so rarely used, there is no point in creating a workaround until puppet uses 0.8.3.
103-
log_notice('Service pausing. The service will not stay paused. See Puppet Issue PUP-1471 for more information')
100+
log_notice('Service pausing')
104101
end
105102

106103
def service_resume

0 commit comments

Comments
 (0)