summaryrefslogtreecommitdiff
path: root/Propellor/Property/Reboot.hs
blob: 1a419d6069a4391a436badeeafae574b8f92aab0 (plain)
1
2
3
4
5
6
7
module Propellor.Property.Reboot where

import Propellor.Common

now :: Property
now = cmdProperty "reboot" []
	`describe` "reboot now"