From f1dea552c44f126dc1239483b87fd455042dd42b Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 21 Aug 2018 12:17:30 -0400 Subject: [PATCH] Update hostapd.service.j2 --- roles/network/templates/hostapd/hostapd.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/hostapd/hostapd.service.j2 b/roles/network/templates/hostapd/hostapd.service.j2 index 09d3862b0..1fec56e5a 100644 --- a/roles/network/templates/hostapd/hostapd.service.j2 +++ b/roles/network/templates/hostapd/hostapd.service.j2 @@ -5,7 +5,7 @@ After=network-online.target [Service] Type=idle PIDFile=/run/hostapd.pid -ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid /etc/hostapd/hostapd.conf +ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid /etc/hostapd/hostapd.conf [Install] WantedBy=multi-user.target