summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-08-28 16:07:22 -0400
committerJoey Hess2018-08-28 16:07:22 -0400
commitd877a2fd4f7d4d72c116b0986c21e38e9321ef0e (patch)
treedb485a2ecb2755fb1bdc96aba24ade391ce0fbed /src/Propellor/Property/SiteSpecific
parent2a499012b680db73df20b6b5b0bc4959ab65006d (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-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"
]