diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-18 00:26:28 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-18 00:28:35 -0400 |
| commit | afea4a84e7e521b5381b8b2e6033b354b52dae0d (patch) | |
| tree | 63b89169475ab16135a7c2b88337844897d26a15 /src/Propellor/Property/SiteSpecific/JoeySites.hs | |
| parent | 146fe1d2834308477ca02e0a24ebc8b3935e98cc (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.hs | 2 |
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" |
