summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index fa7cb064..b8010790 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1277,7 +1277,7 @@ autoMountDrive label (USBHubPort port) malias = propertyList desc $ props
, "Description=Automount " ++ label
, "[Automount]"
, "Where=" ++ mountpoint
- , "TimeoutIdleSec=600"
+ , "TimeoutIdleSec=300"
, "[Install]"
, "WantedBy=multi-user.target"
]