mirror of
https://github.com/andrey271192/keenetic-dns-routes.git
synced 2026-09-20 14:42:01 +00:00
Initial: FastAPI DNS routes manager for legacy Keenetic (RCI, port 8001)
Made-with: Cursor
This commit is contained in:
14
keenetic-dns-routes.service
Normal file
14
keenetic-dns-routes.service
Normal file
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Keenetic DNS Routes (legacy DNS-based routing)
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/keenetic-dns-routes
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
ExecStart=/opt/keenetic-dns-routes/venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8001
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user