WiFi 라우터 기능 제거
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Control WiFi observed session refresh
|
||||
Documentation=file:/var/www/control/bin/wifi_observe.php
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=root
|
||||
Group=root
|
||||
WorkingDirectory=/var/www/control
|
||||
ExecStart=/usr/bin/php /var/www/control/bin/wifi_observe.php
|
||||
StandardOutput=append:/var/log/control-wifi-observe.log
|
||||
StandardError=append:/var/log/control-wifi-observe.log
|
||||
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=Refresh Control WiFi observed sessions every 10 seconds
|
||||
|
||||
[Timer]
|
||||
OnBootSec=20s
|
||||
OnUnitActiveSec=10s
|
||||
AccuracySec=1s
|
||||
Persistent=true
|
||||
Unit=control-wifi-observe.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user