web01: increase mount timeouts

This commit is contained in:
zowoq 2023-08-28 19:52:59 +10:00 committed by Jonas Chevalier
parent 8275f2da1a
commit 3f7ef5ed22

View file

@ -16,8 +16,8 @@ in
"x-systemd.automount"
"noauto"
"x-systemd.idle-timeout=60"
"x-systemd.device-timeout=5s"
"x-systemd.mount-timeout=5s"
"x-systemd.device-timeout=10s"
"x-systemd.mount-timeout=10s"
"x-systemd.requires=network-online.target"
"x-systemd.after=network-online.target"
];