diff options
| author | Jonathan Bauer | 2013-04-06 16:57:26 +0200 |
|---|---|---|
| committer | sr | 2013-04-12 19:11:41 +0200 |
| commit | 9de0a9ea4e1ed9dce9c9c5e1afa0af6eecb7c10c (patch) | |
| tree | f4fc65e7824d1990a1467f9db228e1047c6cb812 /remote/modules/systemd | |
| parent | initial checks fix (diff) | |
| download | tm-scripts-9de0a9ea4e1ed9dce9c9c5e1afa0af6eecb7c10c.tar.gz tm-scripts-9de0a9ea4e1ed9dce9c9c5e1afa0af6eecb7c10c.tar.xz tm-scripts-9de0a9ea4e1ed9dce9c9c5e1afa0af6eecb7c10c.zip | |
only automount nfs when DEBUG != 0
Diffstat (limited to 'remote/modules/systemd')
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/nfs-mount.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service b/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service index 727ff2ed..408bc053 100644 --- a/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service +++ b/remote/modules/systemd/data/etc/systemd/system/nfs-mount.service @@ -4,4 +4,4 @@ Description=Mount NFS Share [TEST] [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/bin/mount -t nfs -o ro,async,nolock 132.230.4.6:/srv/openslx/export/nfs/ubuntu-12.04-test /openslx/mnt +ExecStart=/usr/sbin/mountexport |
