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