diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-11 13:24:32 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-16 09:39:05 +0200 |
| commit | a5b2aea321b2851ed82828e6204c075a2329059c (patch) | |
| tree | 06c57ad79e5cdcb0b8b62bb6e910c29c379fac8c /meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service | |
| parent | 5ed19733f5193b752da650841a1383adb532fffd (diff) | |
| download | meta-openembedded-a5b2aea321b2851ed82828e6204c075a2329059c.tar.gz | |
move systemd recipes to meta-systemd
Diffstat (limited to 'meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service')
| -rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service b/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service new file mode 100644 index 0000000000..879a25157b --- /dev/null +++ b/meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Run pending postinsts | ||
| 3 | DefaultDependencies=no | ||
| 4 | ConditionPathExists=|/etc/rcS.d/S98run-postinsts | ||
| 5 | After=remount-rootfs.service | ||
| 6 | Before=sysinit.target | ||
| 7 | |||
| 8 | [Service] | ||
| 9 | ExecStart=/etc/rcS.d/S98run-postinsts | ||
| 10 | RemainAfterExit=No | ||
| 11 | Type=oneshot | ||
| 12 | StandardOutput=syslog | ||
| 13 | TimeoutSec=0 | ||
| 14 | |||
| 15 | [Install] | ||
| 16 | WantedBy=basic.target | ||
| 17 | WantedBy=sysinit.target | ||
