propellor/Property/Reboot.hs

8 lines
120 B
Haskell
Raw Normal View History

module Property.Reboot where
import Property
import Utility.SafeCommand
2014-03-30 06:12:48 +00:00
now -> Property
now = cmdProperty "reboot" []