diff options
| author | Jonathan Bauer | 2013-07-30 17:16:58 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-07-30 17:16:58 +0200 |
| commit | e0a04c3ce98842522254dbc77f60072a68a6266e (patch) | |
| tree | ad4396d390d9257689809721e7c7550fd9b226c3 | |
| parent | removed old code that did nothing (diff) | |
| download | tm-scripts-e0a04c3ce98842522254dbc77f60072a68a6266e.tar.gz tm-scripts-e0a04c3ce98842522254dbc77f60072a68a6266e.tar.xz tm-scripts-e0a04c3ce98842522254dbc77f60072a68a6266e.zip | |
[rootfs-stage32] mount tmp partition after sysinit target, not before
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/systemd/system/mount-tmp.service | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/etc/systemd/system/mount-tmp.service b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/mount-tmp.service index 8a45bea1..2a5fd63c 100644 --- a/remote/rootfs/rootfs-stage32/data/etc/systemd/system/mount-tmp.service +++ b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/mount-tmp.service @@ -1,6 +1,7 @@ [Unit] Description=Mount hard drive as tmp -Before=sysinit.target shutdown.target +After=sysinit.target +Before=shutdown.target DefaultDependencies=no [Service] |
