propellor/Property/Reboot.hs

8 lines
116 B
Haskell

module Property.Reboot where
import Common
now :: Property
now = cmdProperty "reboot" []
`describe` "reboot now"