summaryrefslogtreecommitdiff
path: root/scripts/rvi.service
blob: d58dae0a92e917de6c51b0358d7021b237f136b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# systemd(8) setup usde by Tizen and others.
[Unit]
Description=Remote Vehicle Interaction Service
Wants=network-online.target

[Service]
Environment="HOME=/opt/rvi"
Type=forking
StandardOutput=journal
StandardError=journal
ExecStart=/bin/sh /opt/rvi/rvi_ctl start
ExecStop=/bin/sh /opt/rvi/rvi_ctl stop
GuessMainPID=yes

[Install]
WantedBy=graphical.target multi-user.target