summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-18 00:26:28 -0400
committerJoey Hess2017-11-18 00:28:35 -0400
commitafea4a84e7e521b5381b8b2e6033b354b52dae0d (patch)
tree63b89169475ab16135a7c2b88337844897d26a15 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent146fe1d2834308477ca02e0a24ebc8b3935e98cc (diff)
service restart hostapd stops it for some reason
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 ce653f6c..1a4e211c 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.restarted "hostapd"
+ `onChange` Service.started "hostapd"
& File.hasContent "/etc/resolv.conf"
[ "domain kitenet.net"
, "search kitenet.net"