1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Fix: RemainAfterExit=no

This commit is contained in:
billz 2020-03-26 17:25:34 +00:00
parent 18b459032d
commit 82e489884b

View File

@ -16,10 +16,10 @@ After=network.target
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3 ExecStart=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface uap0 --seconds 3 ExecReload=/bin/bash /etc/raspap/hostapd/servicestart.sh --interface wlan0 --seconds 3
ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop ExecStop=/bin/bash /etc/raspap/hostapd/servicestart.sh --action stop
RemainAfterExit=yes RemainAfterExit=no
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target