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

[Service]
Environment="HOME=/usr/share/rvi_core"
Type=forking
StandardOutput=journal
StandardError=journal
ExecStart=/usr/share/rvi_core/rvi_ctl -c /etc/rvi/rvi.config start
ExecStop=/usr/share/rvi_core/rvi_ctl stop
GuessMainPID=yes
RemainAfterExit=yes

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