-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
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
Template Directories for Debian package #54
Comments
That's cool. Where do templates go in the .deb configuration? Also, should we try to add configuration to play so logging goes to /var/log or /var/run? |
The debian package system is quite straightforward (to my current point of knowledge). You just create the folder in the directory which is packaged as a .deb file.
This would be good practices for unix systems. However I have no idea what is concerned as good practices for logging output on windows. |
task #54: Template Directories for Debian package
Marking this as closed. Thanks for the fix!!!! |
Play generates its logfiles by default under
{application.dir}/logs/application.log
which messes up the debian uninstall process as the installation directory is not empty.Maven jdeb solves this by providing a template datatype.
It would be nice to add this to the
linuxPackageMapping
options. The API could look likeThe text was updated successfully, but these errors were encountered: