summaryrefslogtreecommitdiff
path: root/systemd/dlt.service.cmake
blob: baa8532c5183c180cfb8b30762a76d1f31896172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#  This file is for starting the dlt-daemon as a service with systemd at the multi-user.target
#
#  For more informations about starting options of dlt-daemon use the command
#  "dlt-daemon -h".
#
#  Multi-user.target is a special target unit for setting up a multi-user system (non-graphical). 
#  For more details about the multi-user.target see systemd.special(7).

[Unit]
Description=DLT Daemon for logging and tracing

[Service]
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-daemon
#Restart=always

[Install]
WantedBy=multi-user.target