xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Run pending postinsts
3DefaultDependencies=no
4After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
5Before=sysinit.target
6
7[Service]
8Type=oneshot
9ExecStart=#SBINDIR#/run-postinsts
10ExecStartPost=#BASE_BINDIR#/systemctl --no-reload disable run-postinsts.service
11RemainAfterExit=yes
12TimeoutSec=0
13
14[Install]
15WantedBy=sysinit.target
16