summaryrefslogtreecommitdiff
path: root/systemd/dlt-example-user.service.cmake
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2016-01-19 15:22:57 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-01-28 15:01:21 +0100
commitbb266e20627343fb97977acda7f015484a912045 (patch)
tree44f8faab34390d54544bcc25a7190315e397f021 /systemd/dlt-example-user.service.cmake
parentc0e75fa7b306abb942b2d03d8c46662915452ece (diff)
downloadDLT-daemon-bb266e20627343fb97977acda7f015484a912045.tar.gz
Replaced Type=Simple with Type=simple in cmkake files for .service files
Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to 'systemd/dlt-example-user.service.cmake')
-rw-r--r--systemd/dlt-example-user.service.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/dlt-example-user.service.cmake b/systemd/dlt-example-user.service.cmake
index ccaefd5..b665742 100644
--- a/systemd/dlt-example-user.service.cmake
+++ b/systemd/dlt-example-user.service.cmake
@@ -20,7 +20,7 @@ Description=GENIVI DLT example user. Generate DLT messages and store them to fil
Wants=dlt.service
[Service]
-Type=Simple
+Type=simple
User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-example-user "Hallo from GENIVI DLT example user application"
LimitCORE=infinity \ No newline at end of file