We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b432b7 + e2a20a3 commit 5791b86Copy full SHA for 5791b86
support/systemd/lib/systemd/system/docker-volume-netshare.service
@@ -1,9 +1,9 @@
1
[Unit]
2
Description=Docker NFS, AWS EFS & Samba/CIFS Volume Plugin
3
Documentation=https://github.com/gondor/docker-volume-netshare
4
-After=nfs-utils.service
+Wants=network-online.target
5
+After=network-online.target
6
Before=docker.service
-Requires=nfs-utils.service
7
8
9
[Service]
0 commit comments