Update after=multi-user.target

This commit is contained in:
billz 2020-03-28 10:56:56 +00:00
parent a5a1f09e84
commit 1b33935c01
1 changed files with 2 additions and 4 deletions

View File

@ -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]