mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Rename systemd unit file template @.service
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Author: BillZ <billzimmerman@gmail.com>
|
||||
|
||||
[Unit]
|
||||
Description=RaspAP Network Activity Monitor
|
||||
Description=RaspAP Network Activity Monitor for %i
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/network-activity.sh
|
||||
ExecStart=/bin/bash /etc/raspap/hostapd/network-activity.sh --interface %i
|
||||
Restart=always
|
||||
RestartSec=2
|
||||
User=root
|
||||
Reference in New Issue
Block a user