From 23d8b7de4618ab6436fff6a8ddd5e42335d26a1e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Aug 2018 23:59:59 -0400 Subject: avoid "Mounted Mount" in journal --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') 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]" -- cgit v1.2.3