69ab3eb57e
beaf8cbad9
fbfc91de32
b181297ad7
1
2
3
4 5 6
7
8
desc "Restart app by touching tmp/restart.txt" task :restart do verbose(false) do mkdir_p "tmp" touch "tmp/restart.txt" rm_f "tmp/pids/server.pid" end end