Sha256: af8849abf3e70a032ebedb6dd57be786e36212815d8742479bdb1d64cd88fa73
Contents?: true
Size: 315 Bytes
Versions: 16
Compression:
Stored size: 315 Bytes
Contents
Execute.define_task do desc "stop", "Stop rhoconnect server" def stop invoke :dtach_installed if windows? File.delete "#{rhoconnect_pid}" if system("FOR /F %A in (#{rhoconnect_pid}) do taskkill /F /PID %A") else cmd "cat #{rhoconnect_pid} | xargs kill -3" end #if end #stop end #do
Version data entries
16 entries across 16 versions & 1 rubygems