Send timestamp can be disabled by new API.
[profile/ivi/dlt-daemon.git] / systemd / dlt-system.service.cmake
1 #######\r
2 # Dlt - Diagnostic Log and Trace\r
3 # @licence make begin@\r
4 #\r
5 # Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>\r
6\r
7 # Contributions are licensed to the GENIVI Alliance under one or more\r
8 # Contribution License Agreements.\r
9\r
10 # This Source Code Form is subject to the terms of the\r
11 # Mozilla Public License, v. 2.0. If a  copy of the MPL was not distributed with\r
12 # this file, You can obtain one at http://mozilla.org/MPL/2.0/.\r
13 #\r
14 # @licence end@\r
15 ########\r
16 \r
17 [Unit]\r
18 Description=GENIVI DLT system. Application to forward syslog messages to DLT, transfer system information, logs and files.\r
19 Documentation=man:dlt-system(1) man:dlt-system.conf(5)\r
20 Wants=dlt.service\r
21 \r
22 [Service]\r
23 Type=Simple\r
24 User=genivi\r
25 ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-system\r
26 WatchdogSec=@DLT_WatchdogSec@\r
27 NotifyAccess=main\r
28 LimitCORE=infinity\r
29 \r
30 [Install]\r
31 WantedBy=basic.target\r
32 \r