generic-poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service

17 lines
402 B
Desktop File

[Unit]
Description=Run pending postinsts
DefaultDependencies=no
After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
Before=sysinit.target
ConditionPathExistsGlob=#SYSCONFDIR#/*-postinsts
[Service]
Type=oneshot
ExecStart=#SBINDIR#/run-postinsts
ExecStartPost=#BASE_BINDIR#/systemctl disable run-postinsts.service
RemainAfterExit=No
TimeoutSec=0
[Install]
WantedBy=sysinit.target