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