summaryrefslogtreecommitdiffstats
path: root/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/smartdevicelink.service
blob: 40b308a41b1c1ef121ad63c150248fd5f2e04e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Smart Device Link Core
After=bluetooth.service
Requires=bluetooth.service

[Service]
Environment="SDL_LOG4CXX_PROPERTIES_FILE=/etc/smartdevicelink/log4cxx.properties"
StandardOutput=journal
StandardError=journal
ExecStart=/usr/bin/smartDeviceLinkCore /etc/smartdevicelink/smartDeviceLink.ini
ExecStop=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target