aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd
Commit message (Collapse)AuthorAge
* Removed PID arguments to systemd unit filesToni Uhlig2024-10-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Moved some config params to systemd unit file instead of config fileToni Uhlig2024-10-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Add PID arguments to systemd unit filesToni Uhlig2024-10-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Some minor fixesToni Uhlig2024-10-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Moved some code out of `change_user_group()` to `chmod_chown()`.Toni Uhlig2024-10-16
| | | | | | | | * makes lots sense for nDPIsrvd and some examples * added debian dpkg scripts for user mgmt * nDPIsrvd: set different groups for collector/distributor UNIX socket Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added config file support for nDPIsrvdToni Uhlig2024-10-16
| | | | | | * adjusted systemd to make use of those 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>