From 1b33935c014def49af22fe6083cf67580d1cffae Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 28 Mar 2020 10:56:56 +0000 Subject: [PATCH] Update after=multi-user.target --- installers/raspapd.service | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/installers/raspapd.service b/installers/raspapd.service index 82117f22..c5738465 100644 --- a/installers/raspapd.service +++ b/installers/raspapd.service @@ -12,13 +12,11 @@ [Unit] Description=RaspAP Service Daemon DefaultDependencies=no -After=network.target +After=multi-user.target [Service] Type=oneshot -ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1 -ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --seconds 1 -ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop +ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3 RemainAfterExit=no [Install]