nla / jvmctl

Java app deployment tool
MIT License
1 stars 1 forks source link

JVMs not being registered properly for boot #1

Open ato opened 9 years ago

ato commented 9 years ago

Probably need an install section in the generated systemd unit file:

[Install]
WantedBy=multi-user.target

Also make sure it calls systemctl enable at some point.

ato commented 9 years ago

Done

ato commented 9 years ago

Jettyctl also used to implicitly enable on jettyctl start so nobody could forget, probably should do that as well.

brycollins commented 8 years ago

This needs to be added to 'deploy' aswell, or as discussed earlier, make deploy not start if node not previously deployed.