Joao Silva
Joao Silva
Hi @smiklosovic jsystemd depends on JNA 5.7.0 merely as a baseline, because I have to develop and test it against some specific version, but it actually works with newer minor...
Do let me know if there is any additional clarification I can provide.
The project is offered in two parts. The com.github.jpmsilva.jsystemd:jsystemd-core package is meant to be used as you mentioned: not depending on Spring/Spring Boot or Tomcat (see the [documentation site](https://jpmsilva.github.io/jsystemd-site/versions/3.1.1/howto.html#regular-java-application)) If...
Hi @edgecase14 jsystemd is designed to use slf4j as the logging facade. Any API consumers can use any logging framework to control the logs (logback being the natural logging backend...
Just adding some information that may be relevant to the scope of these changes. Currently, according to the documentation for the `cmd.script` state, there are multiple combinations of `source`, `name`...