aboutsummaryrefslogtreecommitdiff
path: root/packages/systemd/ndpid@.service.in
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>
* 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>