Working internet speeds

This commit is contained in:
idanoo 2022-09-13 22:44:53 +12:00
parent 9927075d15
commit a87f8e21fe
Signed by: idanoo
GPG key ID: 387387CDBC02F132
6 changed files with 259 additions and 70 deletions

13
flatfinder.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=FlatFinder
After=network.target
[Service]
ExecStart=/root/flatfinder
WorkingDirectory=/root
Type=simple
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target