blob: 9811f24a2548a209e773042399c64a04944fd4ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=PowerVR consumer services
Before=weston.service
[Service]
ExecStart=/usr/bin/rc.pvr start
ExecStop=/usr/bin/rc.pvr stop
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
RequiredBy=weston.service
|