bin/pushyd in pushyd-0.21.0 vs bin/pushyd in pushyd-0.22.0

- old
+ new

@@ -81,7 +81,14 @@ Conf.log :launcher, "load project code" require_relative "../lib/pushyd" # Start daemon Conf.log :launcher, "start daemon" - PushyDaemon::Daemon.run + + # Start the proxy + PushyDaemon::Proxy.new + + # Backup infinite loop in case shout does nothing + loop do + sleep 1 + end end