mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-27 07:26:24 +00:00
14 lines
513 B
Plaintext
14 lines
513 B
Plaintext
# AzerothCore RealmMaster - Docker NFS Dependencies
|
|
# Ensures Docker waits for NFS mounts before starting to prevent race conditions
|
|
# where containers create local directories before NFS mounts are ready
|
|
|
|
[Unit]
|
|
# Wait for NFS mounts to be active before starting Docker
|
|
After=nfs-azerothcore.mount nfs-containers.mount
|
|
|
|
# Require the primary backup NFS mount (critical for data integrity)
|
|
Requires=nfs-azerothcore.mount
|
|
|
|
# Prefer the containers NFS mount but don't fail if unavailable
|
|
Wants=nfs-containers.mount
|