blob: 7f72f3388afbe8ec22365332db40232337c1c9e5 [file] [log] [blame]
[Unit]
Description=Run pending postinsts
DefaultDependencies=no
After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
Before=sysinit.target
[Service]
Type=oneshot
ExecStart=#SBINDIR#/run-postinsts
ExecStartPost=#BASE_BINDIR#/systemctl --no-reload disable run-postinsts.service
RemainAfterExit=yes
TimeoutSec=0
[Install]
WantedBy=sysinit.target