summaryrefslogtreecommitdiff
path: root/Propellor/Property/Reboot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Property/Reboot.hs')
-rw-r--r--Propellor/Property/Reboot.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Propellor/Property/Reboot.hs b/Propellor/Property/Reboot.hs
new file mode 100644
index 00000000..1a419d60
--- /dev/null
+++ b/Propellor/Property/Reboot.hs
@@ -0,0 +1,7 @@
+module Propellor.Property.Reboot where
+
+import Propellor.Common
+
+now :: Property
+now = cmdProperty "reboot" []
+ `describe` "reboot now"