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 124fec9 + 3eebd35 commit b23fe65Copy full SHA for b23fe65
support/systemd/lib/systemd/system/docker-volume-netshare.service
@@ -1,8 +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 docker.service
5
-Requires=docker.service
+After=nfs-utils.service
+Before=docker.service
6
+Requires=nfs-utils.service
7
8
9
[Service]
0 commit comments