Fix: update exec start/reload args

This commit is contained in:
billz 2020-03-28 09:39:19 +00:00
parent 82e489884b
commit a5a1f09e84
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ After=network.target
[Service]
Type=oneshot
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
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
RemainAfterExit=no