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