summaryrefslogtreecommitdiff
path: root/systemd/dlt.service.cmake
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2011-09-05 16:19:48 +0200
committerChristian Muck <christian.muck@bmw.de>2011-09-05 16:19:48 +0200
commitca77a002e8012b82068f959c95fb1a57f7d41d6b (patch)
tree371d727017b4259c2f7ba5969b689640e88ba90c /systemd/dlt.service.cmake
parentd818704990324fbacd0c7cfb92ba1e7e73e59ab0 (diff)
downloadDLT-daemon-ca77a002e8012b82068f959c95fb1a57f7d41d6b.tar.gz
[GSW-16] Systemd configuration for syslog to DLT dapater
Diffstat (limited to 'systemd/dlt.service.cmake')
-rwxr-xr-xsystemd/dlt.service.cmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
new file mode 100755
index 0000000..357366a
--- /dev/null
+++ b/systemd/dlt.service.cmake
@@ -0,0 +1,17 @@
+# This file is for starting the dlt-daemon as a service with systemd at the multi-user.target
+#
+# For more informations about starting options of dlt-daemon use the command
+# "dlt-daemon -h".
+#
+# Multi-user.target is a special target unit for setting up a multi-user system (non-graphical).
+# For more details about the multi-user.target see systemd.special(7).
+
+[Unit]
+Description=DLT Daemon for logging and tracing
+
+[Service]
+ExecStart=/usr/local/bin/dlt-daemon -r
+#Restart=always
+
+[Install]
+WantedBy=multi-user.target