PN: dlt-daemon
PV: 2.18.10
PR: r0
PKGV: 2.18.10
PKGR: r0@EXTENDPRAUTO@
LICENSE: MPL-2.0
DESCRIPTION: This component provides a standardised log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This component can be used by COVESA components and other applications as logging facility providing: - the DLT shared library - the DLT daemon, including startup scripts - the DLT daemon adaptors- the DLT client console utilities - the DLT test applications
SUMMARY: Diagnostic Log and Trace
SECTION: console/utils
PKG:dlt-daemon-systemd: dlt-daemon-systemd
FILES:dlt-daemon-systemd:  /usr/lib/systemd/system-preset/98-dlt-daemon-systemd.preset
FILES_INFO:dlt-daemon-systemd: {"/usr/lib/systemd/system-preset/98-dlt-daemon-systemd.preset": 0}
pkg_postinst:dlt-daemon-systemd: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "disable" = "enable" ]; then\n\t\tfor service in ; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset \n\n\t\tif [ "disable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart \n\t\tfi\n\tfi\nfi\n
pkg_prerm:dlt-daemon-systemd: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop \n\n\t\tsystemctl disable \n\tfi\nfi\n
PKGSIZE:dlt-daemon-systemd: 0
