blob: 1acb94fd47e87bd32ee319590c955b11496d2f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Unit]
Description=PVR service
SourcePath=/etc/ti-sgx/rc.pvr
DefaultDependencies=no
Before=psplash-start.service
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=/etc/ti-sgx/rc.pvr start
ExecStop=/etc/ti-sgx/rc.pvr stop
[Install]
WantedBy=sysinit.target
|