Commit graph

3 commits

Author SHA1 Message Date
FrozenFOXX
65fb4c9919 Update to generic launcher
I realized the launcher itself handles looking up the Ruby interpreter with /usr/bin/env ruby. Manually specifying an interpreter is going to try to circumvent that and isn't nearly as portable as an example service. By moving this sample script back to the generic launcher directly a user can choose to handle how /usr/bin/env looks up Ruby, whether it's with a jruby installation, rbenv, or however the user wishes.
2018-06-08 12:10:44 -07:00
FrozenFOXX
67d5ef73c2 Adjusted with jruby
Since the new recommended way to run is with JRuby I've adjusted the startup service to reflect that.
2018-05-30 12:18:49 -07:00
FrozenFOXX
f69e9398c1 Create vmpooler.service 2018-05-30 12:18:49 -07:00