Remove --interface wlan0 arugment (set by default)

This commit is contained in:
billz
2025-04-20 03:36:39 -07:00
parent 1ab3906632
commit 5c7ccfb64f

View File

@@ -5,7 +5,7 @@ Description=RaspAP Network Activity Monitor
After=network.target
[Service]
ExecStart=/bin/bash /etc/raspap/hostapd/network-activity.sh --interface wlan0
ExecStart=/bin/bash /etc/raspap/hostapd/network-activity.sh
Restart=always
RestartSec=2
User=root