diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-19 14:26:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-19 14:26:18 -0400 |
| commit | a2a97cbeb2566de37ef3d1b108894246457d4113 (patch) | |
| tree | 9e38d1dbdfe1ed8649ca6d03cf2671b4cc097705 /src/Propellor/Property/Systemd.hs | |
| parent | 1ae21965aaba0303088052e873fea39708e331ed (diff) | |
avoid haddock warnings
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 7fe600a0..613ed01c 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -1,5 +1,7 @@ module Propellor.Property.Systemd ( module Propellor.Property.Systemd.Core, + ServiceName, + MachineName, started, stopped, enabled, |
