command 'frappy cli' does now connect to the configured frappy

and not scanned frappy servers
This commit is contained in:
2025-07-08 08:27:23 +02:00
parent df19b1c8a0
commit e008ae11f5
3 changed files with 13 additions and 5 deletions

View File

@@ -130,11 +130,12 @@ WantedBy = multi-user.target
FRAPPY_SERVICE = """[Unit]
Description = Running frappy server
After=waitboot.service
[Service]
Type=simple
Environment=PYTHONPATH=/home/l_samenv/.local/lib/python3.11/site-packages/
ExecStart = /home/l_samenv/boxtools/start_frappy 10
ExecStart = /home/l_samenv/boxtools/start_frappy
[Install]
WantedBy = default.target