blob: fa7ad7b1fb0cf79ef6b205bb85b95e47586df76f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=PowerVR consumer services
[Service]
ExecStart=/etc/init.d/rc.pvr start
ExecStop=/etc/init.d/rc.pvr stop
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
|