From 930703ece94c9eebec0cb298da0ad74554bf1d1f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 29 Aug 2013 15:34:28 +0200 Subject: Moved nfs-mount from systemd module to toofst-stage32, also added DefaultDependencies=no to make sure it starts up --- remote/modules/systemd/data/etc/systemd/system/nfs-mount.service | 7 ------- .../rootfs-stage32/data/etc/systemd/system/nfs-mount.service | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 remote/modules/systemd/data/etc/systemd/system/nfs-mount.service create mode 100644 remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service diff --git a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service b/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service deleted file mode 100644 index d597fa4b..00000000 --- a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Mount NFS Share [TEST] - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecStart=/opt/openslx/scripts/systemd-mount_export diff --git a/remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service new file mode 100644 index 00000000..922656f1 --- /dev/null +++ b/remote/rootfs/rootfs-stage32/data/etc/systemd/system/nfs-mount.service @@ -0,0 +1,8 @@ +[Unit] +Description=Mount NFS Share [TEST] +DefaultDependencies=no + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/opt/openslx/scripts/systemd-mount_export -- cgit v1.2.3-55-g7522