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 | |
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>
-rw-r--r-- | systemd/dlt-adaptor-udp.service.cmake | 2 | ||||
-rw-r--r-- | systemd/dlt-dbus.service.cmake | 2 | ||||
-rw-r--r-- | systemd/dlt-example-user.service.cmake | 2 | ||||
-rw-r--r-- | systemd/dlt-receive.service.cmake | 2 | ||||
-rwxr-xr-x | systemd/dlt-system.service.cmake | 2 | ||||
-rwxr-xr-x | systemd/dlt.service.cmake | 2 |
6 files changed, 6 insertions, 6 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 diff --git a/systemd/dlt-dbus.service.cmake b/systemd/dlt-dbus.service.cmake index c8030e0..0b14c38 100644 --- a/systemd/dlt-dbus.service.cmake +++ b/systemd/dlt-dbus.service.cmake @@ -21,7 +21,7 @@ Documentation=man:dlt-dbus(1) man:dlt-dbus.conf(5) Wants=dlt.service [Service] -Type=Simple +Type=simple User=root ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-dbus WatchdogSec=@DLT_WatchdogSec@ 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 diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake index e6241dd..c07d447 100644 --- a/systemd/dlt-receive.service.cmake +++ b/systemd/dlt-receive.service.cmake @@ -21,7 +21,7 @@ Documentation=man:dlt-receive(1) Wants=dlt.service [Service] -Type=Simple +Type=simple 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 0a654c7..0e91f42 100755 --- a/systemd/dlt-system.service.cmake +++ b/systemd/dlt-system.service.cmake @@ -21,7 +21,7 @@ Documentation=man:dlt-system(1) man:dlt-system.conf(5) Wants=dlt.service [Service] -Type=Simple +Type=simple User=@DLT_USER@ ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-system WatchdogSec=@DLT_WatchdogSec@ 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@ |