summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-18 05:02:24 -0400
committerJoey Hess2017-11-18 05:02:24 -0400
commit492c52bfabb4d1772034eb15b263f5e257d2548b (patch)
tree9f91a83086f5bf8fd888e8a7f2de4ae0bd8229a8 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parente6d382905758f47a756571d3361c4db01ccec70b (diff)
reorganized
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 1a4e211c..097171a3 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -971,7 +971,7 @@ homeRouter = propertyList "home router" $ props
`requires` File.dirExists "/etc/hostapd"
`requires` File.hasContent "/etc/default/hostapd"
[ "DAEMON_CONF=/etc/hostapd/hostapd.conf" ]
- `onChange` Service.started "hostapd"
+ `onChange` Service.running "hostapd"
& File.hasContent "/etc/resolv.conf"
[ "domain kitenet.net"
, "search kitenet.net"