run-postinsts.service 385 B

12345678910111213141516
  1. [Unit]
  2. Description=Run pending postinsts
  3. DefaultDependencies=no
  4. After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount
  5. Before=sysinit.target
  6. ConditionPathExistsGlob=/etc/*-postinsts
  7. [Service]
  8. Type=oneshot
  9. ExecStart=/usr/sbin/run-postinsts
  10. ExecStartPost=/bin/systemctl disable run-postinsts.service
  11. RemainAfterExit=No
  12. TimeoutSec=0
  13. [Install]
  14. WantedBy=sysinit.target