diff options
author | Lutz Helwing <lutz_helwing@mentor.com> | 2016-01-19 15:22:57 +0100 |
---|---|---|
committer | Lutz Helwing <lutz_helwing@mentor.com> | 2016-01-28 15:01:21 +0100 |
commit | bb266e20627343fb97977acda7f015484a912045 (patch) | |
tree | 44f8faab34390d54544bcc25a7190315e397f021 /systemd/dlt-adaptor-udp.service.cmake | |
parent | c0e75fa7b306abb942b2d03d8c46662915452ece (diff) | |
download | DLT-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-adaptor-udp.service.cmake')
-rw-r--r-- | systemd/dlt-adaptor-udp.service.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake index 2842253..8dac1f2 100644 --- a/systemd/dlt-adaptor-udp.service.cmake +++ b/systemd/dlt-adaptor-udp.service.cmake @@ -20,7 +20,7 @@ Description=GENIVI DLT adaptor stdin. Adaptor for forwarding received UDP messag Wants=dlt.service [Service] -Type=Simple +Type=simple 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 |