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