2014-03-30 03:24:40 +00:00
|
|
|
module Property.Reboot where
|
|
|
|
|
2014-03-30 19:31:57 +00:00
|
|
|
import Common
|
2014-03-30 03:24:40 +00:00
|
|
|
|
2014-03-30 06:26:23 +00:00
|
|
|
now :: Property
|
2014-03-30 06:12:48 +00:00
|
|
|
now = cmdProperty "reboot" []
|
2014-03-30 19:53:35 +00:00
|
|
|
`describe` "reboot now"
|