summaryrefslogtreecommitdiff
path: root/systemd/dlt-example-user.service.cmake
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2016-01-28 14:44:20 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-01-28 14:44:20 +0100
commitc0e75fa7b306abb942b2d03d8c46662915452ece (patch)
tree32e1d9579c0cb5597bd304df0b41806010d34ab0 /systemd/dlt-example-user.service.cmake
parent0ba40225900d3e43700f467d06db0978d3f46a7c (diff)
downloadDLT-daemon-c0e75fa7b306abb942b2d03d8c46662915452ece.tar.gz
Fixed messed up option to specify user for non root processes
Change-Id: Ib5518d058c367b0514930157880231f6d0e19d5f 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 cf6927e..ccaefd5 100644
--- a/systemd/dlt-example-user.service.cmake
+++ b/systemd/dlt-example-user.service.cmake
@@ -21,6 +21,6 @@ Wants=dlt.service
[Service]
Type=Simple
-User=@WITH_DLT_USER@
+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