summaryrefslogtreecommitdiff
path: root/systemd/dlt-syslog.service.cmake
blob: 6f4db32f6644d494d31da4de020e409635f23ca4 (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=/usr/local/bin/dlt-adaptor-udp -a @DLT_SYSLOG_APPID@ -c @DLT_SYSLOG_CTID@ -p @DLT_SYSLOG_PORT@
# Restart=always

[Install]
WantedBy=basic.target