blob: da7fc300318dc5367e8015491eef81a5c0ce0c17 (
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/pvrinit start
ExecStop=/usr/bin/pvrinit stop
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
RequiredBy=weston.service
|