[15:56] hi. What's the difference between stop start and restart? I was under impression that restart executes stop and start but I see different results in my application. I had to do stop and then start to completely refresh the app [16:00] gansbrest: restart retains the original job configuration as documented in init(5), whereas "stop;start" will load the latest configuration from disk. [16:01] Ah, you mean if I change upstart config and do restart - those changes wont be applied until full stop and start? [16:04] gansbrest: yes [16:21] thanks a lot jodh! [16:29] gansbrest: I've updated the Upstart Cookbook updated on this point: http://upstart.ubuntu.com/cookbook/#restart [16:31] jodh: That's great! I don't see your change there at the moment for some reason. But I was always confused/scared about inconsistency of restart and stop/start and now it makes perfect sense thanks to you [16:31] gansbrest: browser reload should do it? [16:32] yep, hard refresh solved it! ) [16:32] thanks again. I think it will be super useful for other people