summaryrefslogtreecommitdiff
path: root/systemd
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
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')
-rw-r--r--systemd/dlt-adaptor-udp.service.cmake2
-rw-r--r--systemd/dlt-example-user.service.cmake2
-rw-r--r--systemd/dlt-receive.service.cmake2
-rwxr-xr-xsystemd/dlt-system.service.cmake2
-rwxr-xr-xsystemd/dlt.service.cmake2
5 files changed, 5 insertions, 5 deletions
diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake
index 89dcbb1..2842253 100644
--- a/systemd/dlt-adaptor-udp.service.cmake
+++ b/systemd/dlt-adaptor-udp.service.cmake
@@ -21,7 +21,7 @@ Wants=dlt.service
[Service]
Type=Simple
-User=@WITH_DLT_USER@
+User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-adaptor-udp -a @DLT_ADAPTOR_UDP_APPID@ -c @DLT_ADAPTOR_UDP_CTID@ -p @DLT_ADAPTOR_UDP_PORT@
LimitCORE=infinity
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
diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake
index 79af6d8..e6241dd 100644
--- a/systemd/dlt-receive.service.cmake
+++ b/systemd/dlt-receive.service.cmake
@@ -22,6 +22,6 @@ Wants=dlt.service
[Service]
Type=Simple
-User=@WITH_DLT_USER@
+User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-receive -o /tmp/dlt_receive_log.dlt localhost
LimitCORE=infinity \ No newline at end of file
diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake
index 646734d..0a654c7 100755
--- a/systemd/dlt-system.service.cmake
+++ b/systemd/dlt-system.service.cmake
@@ -22,7 +22,7 @@ Wants=dlt.service
[Service]
Type=Simple
-User=@WITH_DLT_USER@
+User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-system
WatchdogSec=@DLT_WatchdogSec@
NotifyAccess=main
diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
index 257cc3d..bed4dc3 100755
--- a/systemd/dlt.service.cmake
+++ b/systemd/dlt.service.cmake
@@ -21,7 +21,7 @@ Documentation=man:dlt-daemon(1) man:dlt.conf(5)
[Service]
Type=Simple
-User=@WITH_DLT_USER@
+User=@DLT_USER@
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-daemon
WatchdogSec=@DLT_WatchdogSec@
NotifyAccess=main