Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt-test...
[profile/ivi/dlt-daemon.git] / systemd / dlt-syslog.service.cmake
1 #  This file is for starting dlt-adaptor-udp\r
2 #\r
3 #  For more informations about starting options of dlt-daemon use the command "dlt-adaptor-udp -h".\r
4 #\r
5 #  basic.target A special target unit covering early boot-up.\r
6 #  Usually this should pull-in all sockets, mount points, swap devices and \r
7 #  other basic initialization necessary for the general purpose daemons. \r
8 #  Most normal daemons should have dependencies of type After and Requires on this unit\r
9 \r
10 [Unit]\r
11 Description=DLT Syslog Adapter\r
12 \r
13 [Service]\r
14 ExecStart=/usr/local/bin/dlt-adaptor-udp -a @DLT_SYSLOG_APPID@ -c @DLT_SYSLOG_CTID@ -p @DLT_SYSLOG_PORT@\r
15 # Restart=always\r
16 \r
17 [Install]\r
18 WantedBy=basic.target\r