xref: /OK3568_Linux_fs/debian/overlay/usr/lib/systemd/system/rockchip.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#start
2[Unit]
3Description=Setup rockchip platform environment
4DefaultDependencies=no
5After=local-fs.target
6
7[Service]
8Type=simple
9ExecStart=/etc/init.d/rockchip.sh
10
11[Install]
12WantedBy=sysinit.target
13#end
14
15