aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd
Commit message (Collapse)AuthorAge
* Added env check `NDPID_STARTED_BY_SYSTEMD` to prevent logging to `stderr` in ↵Toni Uhlig2024-11-07
| | | | | | | | | such a case * removed `nDPId` shutdown on poll/epoll error * fixed `chmod_chown()` rv check Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Read and parse configuration files. Fixes #41. (#42)1.7rc1Toni2024-10-16
| | | | | | | | | | | Read and parse configuration files. Fixes #41. * supports nDPId / nDPIsrvd via command line parameter `-f` * nDPId: read general/tuning and libnDPI settings * support for settings risk domains libnDPI option via config file or via `-R` (Fixes #45, thanks to @UnveilTech) * added some documentation in the config file * adjusted Systemd and Debian packaging to make use of config files Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support simple config file reading via systemd environment file.Toni Uhlig2023-11-20
| | | | | | * cfg file path defaults to PREFIX/etc/default/ndpid Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved syslog logging.Toni Uhlig2023-10-19
| | | | | | | * fixed missing log level for non-error message, causes systemd to send broadcast messages * completly removed logging to stderr while started via systemd Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* nDPIsrvd: Log error if collector unix socket can not be removed.Toni Uhlig2023-09-11
| | | | | | * systemd: add post stop hook to forcefully remove the collector unix socket Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Experimental systemd support.Toni Uhlig2022-11-06
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>