Skip to content

Commit

Permalink
nc-automount: fix NFS delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 15, 2019
1 parent c28868d commit 743cb24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/ncp/SYSTEM/nc-automount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ EOF
mkdir -p /etc/systemd/system/nfs-server.service.d
cat > /etc/systemd/system/nfs-server.service.d/ncp-delay-automount.conf <<'EOF'
[Service]
ExecStartPre=
ExecStartPre=/bin/bash -c "/bin/sleep 30; /usr/sbin/exportfs -r"
EOF

Expand Down
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

[v1.6.5](https://github.com/nextcloud/nextcloudpi/commit/a7a87d3) (2019-02-15) nc-trusted-domains: empty values by default
[v1.6.6](https://github.com/nextcloud/nextcloudpi/commit/93cc781) (2019-02-15) nc-automount: fix NFS delay

[v1.6.4](https://github.com/nextcloud/nextcloudpi/commit/4e04339) (2019-02-14) nc-nextcloud: update description
[v1.6.5 ](https://github.com/nextcloud/nextcloudpi/commit/c28868d) (2019-02-15) nc-trusted-domains: empty values by default

[v1.6.4 ](https://github.com/nextcloud/nextcloudpi/commit/4e04339) (2019-02-14) nc-nextcloud: update description

[v1.6.3](https://github.com/nextcloud/nextcloudpi/commit/af5e35d) (2019-02-13) ncp-update-nc: BTRFS basedir not supported

Expand Down

0 comments on commit 743cb24

Please sign in to comment.