15 lines
205 B
SYSTEMD
15 lines
205 B
SYSTEMD
|
|
#start
|
||
|
|
[Unit]
|
||
|
|
Description=Setup rockchip platform environment
|
||
|
|
DefaultDependencies=no
|
||
|
|
After=local-fs.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
ExecStart=/etc/init.d/rockchip.sh
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sysinit.target
|
||
|
|
#end
|
||
|
|
|