summaryrefslogtreecommitdiff
path: root/systemd/dlt.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.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.service.cmake')
-rwxr-xr-xsystemd/dlt.service.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
index bed4dc3..0b3ee2c 100755
--- a/systemd/dlt.service.cmake
+++ b/systemd/dlt.service.cmake
@@ -20,7 +20,7 @@ Description=GENIVI DLT logging daemon
Documentation=man:dlt-daemon(1) man:dlt.conf(5)
[Service]
-Type=Simple
+Type=simple
User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-daemon
WatchdogSec=@DLT_WatchdogSec@