You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
231 B
10 lines
231 B
[Unit]
|
|
Description=DPWorld hostapd on ap0
|
|
StartLimitIntervalSec=60
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/hostapd /home/root/network/ap/hostapd-ap0.conf -P /run/hostapd-ap0.pid
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|