summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service
blob: a0e032153051932b78431e8f5e25ec6dc384c205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
SourcePath=@RENESAS_DATADIR@/bin/rc.pvr
Before=weston.service

[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=@RENESAS_DATADIR@/bin/rc.pvr start
ExecStop=@RENESAS_DATADIR@/bin/rc.pvr stop

[Install]
RequiredBy=weston.service