summaryrefslogtreecommitdiff
path: root/systemd/dlt-syslog.service.cmake
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-06-04 09:08:52 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:52:51 +0200
commit85f564f2b4c580bc151d05559e6ed0614919da8a (patch)
tree96c41c00f70fb5545862cea3e62b26867117e33b /systemd/dlt-syslog.service.cmake
parentde0b686c504886187aa1e8ba4373daeff66283e5 (diff)
downloadDLT-daemon-85f564f2b4c580bc151d05559e6ed0614919da8a.tar.gz
[GDLT-90] Implemented systemd watchdog concept in dlt-system
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'systemd/dlt-syslog.service.cmake')
-rwxr-xr-xsystemd/dlt-syslog.service.cmake25
1 files changed, 0 insertions, 25 deletions
diff --git a/systemd/dlt-syslog.service.cmake b/systemd/dlt-syslog.service.cmake
deleted file mode 100755
index a962841..0000000
--- a/systemd/dlt-syslog.service.cmake
+++ /dev/null
@@ -1,25 +0,0 @@
-#######
-# Dlt - Diagnostic Log and Trace
-# @licence make begin@
-#
-# Copyright (C) 2011-2012, BMW AG - Alexander Wenzel <alexander.aw.wenzel@bmw.de>
-#
-# Contributions are licensed to the GENIVI Alliance under one or more
-# Contribution License Agreements.
-#
-# This Source Code Form is subject to the terms of the
-# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
-# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# @licence end@
-########
-
-[Unit]
-Description=DLT Syslog Adapter
-
-[Service]
-ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-adaptor-udp -a @DLT_SYSLOG_APPID@ -c @DLT_SYSLOG_CTID@ -p @DLT_SYSLOG_PORT@
-# Restart=always
-
-[Install]
-WantedBy=basic.target