summaryrefslogtreecommitdiff
path: root/systemd/dlt-system.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-system.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-system.service.cmake')
-rwxr-xr-xsystemd/dlt-system.service.cmake2
1 files changed, 1 insertions, 1 deletions
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@