diff options
| author | Simon Rettberg | 2013-08-29 15:34:28 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-08-29 15:34:28 +0200 |
| commit | 930703ece94c9eebec0cb298da0ad74554bf1d1f (patch) | |
| tree | ea93c2498c02f3cdb8935b0558495cd8a857f56e | |
| parent | [vbox] URL now from www, not local. (diff) | |
| download | tm-scripts-930703ece94c9eebec0cb298da0ad74554bf1d1f.tar.gz tm-scripts-930703ece94c9eebec0cb298da0ad74554bf1d1f.tar.xz tm-scripts-930703ece94c9eebec0cb298da0ad74554bf1d1f.zip | |
Moved nfs-mount from systemd module to toofst-stage32, also added DefaultDependencies=no to make sure it starts up
| -rw-r--r-- | remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service (renamed from remote/modules/systemd/data/etc/systemd/system/nfs-mount.service) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service index d597fa4b..922656f1 100644 --- a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service +++ b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service @@ -1,5 +1,6 @@ [Unit] Description=Mount NFS Share [TEST] +DefaultDependencies=no [Service] Type=oneshot |
