mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Adjusted with jruby
Since the new recommended way to run is with JRuby I've adjusted the startup service to reflect that.
This commit is contained in:
parent
f69e9398c1
commit
67d5ef73c2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ After=basic.target network.target
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/default/vmpooler
|
EnvironmentFile=-/etc/default/vmpooler
|
||||||
WorkingDirectory=/opt/vmpooler
|
WorkingDirectory=/opt/vmpooler
|
||||||
ExecStart=/opt/vmpooler/vmpooler
|
ExecStart=/opt/jruby/bin/jruby /opt/vmpooler/vmpooler -s Puma -E production
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
KillMode=process
|
KillMode=process
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue