summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-08-19 23:59:59 -0400
committerJoey Hess2018-08-19 23:59:59 -0400
commit23d8b7de4618ab6436fff6a8ddd5e42335d26a1e (patch)
tree1cf5005b1fba4efeeadf9685acd760fbb2a75e4d
parent8f7807213687f8316f3dce5105d4036a939d2bcd (diff)
avoid "Mounted Mount" in journal
-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 9be16a1d..1dc14275 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1238,7 +1238,7 @@ autoMountDrive label (USBHubPort port) malias = propertyList desc $ props
Nothing -> doNothing <!> doNothing
& File.hasContent ("/etc/systemd/system/" ++ mount)
[ "[Unit]"
- , "Description=Mount " ++ label
+ , "Description=" ++ label
, "Requires=" ++ hub
, "After=" ++ hub
, "[Mount]"