Set automatic dlt lib version number from project CMakeLists.txt. Removed dlt-test...
[profile/ivi/dlt-daemon.git] / systemd / dlt.service.cmake
1 #  This file is for starting the dlt-daemon as a service with systemd at the multi-user.target
2 #
3 #  For more informations about starting options of dlt-daemon use the command
4 #  "dlt-daemon -h".
5 #
6 #  Multi-user.target is a special target unit for setting up a multi-user system (non-graphical). 
7 #  For more details about the multi-user.target see systemd.special(7).
8
9 [Unit]
10 Description=DLT Daemon for logging and tracing
11
12 [Service]
13 ExecStart=/usr/local/bin/dlt-daemon -r
14 #Restart=always
15
16 [Install]
17 WantedBy=multi-user.target