We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
systemctl enable
The text was updated successfully, but these errors were encountered:
Done
Sorry, something went wrong.
Jettyctl also used to implicitly enable on jettyctl start so nobody could forget, probably should do that as well.
jettyctl start
c3538f5
This needs to be added to 'deploy' aswell, or as discussed earlier, make deploy not start if node not previously deployed.
No branches or pull requests
Probably need an install section in the generated systemd unit file:
Also make sure it calls
systemctl enable
at some point.The text was updated successfully, but these errors were encountered: