summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2011-04-11 15:41:05 +0200
committerChristian Muck <christian.muck@bmw.de>2011-04-11 15:41:05 +0200
commit760fb8a4daba3e403376099ce38aca8f88d695d3 (patch)
tree36b6f428cee8ba0af0fd50b3e44a3d4da9083a44 /systemd
parent5394c6fa5bf40d9bc8619026cbc4c306211a8499 (diff)
downloadDLT-daemon-760fb8a4daba3e403376099ce38aca8f88d695d3.tar.gz
Init of dlt daemon
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/dlt.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/systemd/dlt.service b/systemd/dlt.service
new file mode 100755
index 0000000..5bee126
--- /dev/null
+++ b/systemd/dlt.service
@@ -0,0 +1,16 @@
+# 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 \ No newline at end of file