You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ext/windows/service/daemon.rb
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,7 @@ def service_stop
97
97
end
98
98
99
99
defservice_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')
0 commit comments