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