summaryrefslogtreecommitdiff
path: root/systemd/dlt-syslog.service.cmake
blob: aacba9784bf25ac2e40bc1bf819ed13673443068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#  This file is for starting dlt-adaptor-udp
#
#  For more informations about starting options of dlt-daemon use the command "dlt-adaptor-udp -h".
#
#  basic.target A special target unit covering early boot-up.
#  Usually this should pull-in all sockets, mount points, swap devices and 
#  other basic initialization necessary for the general purpose daemons. 
#  Most normal daemons should have dependencies of type After and Requires on this unit

[Unit]
Description=DLT Syslog Adapter

[Service]
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/dlt-adaptor-udp -a @DLT_SYSLOG_APPID@ -c @DLT_SYSLOG_CTID@ -p @DLT_SYSLOG_PORT@
# Restart=always

[Install]
WantedBy=basic.target