mirror of
https://github.com/idanoo/go-flat-finder
synced 2025-07-02 06:02:18 +00:00
Working internet speeds
This commit is contained in:
parent
9927075d15
commit
a87f8e21fe
6 changed files with 259 additions and 70 deletions
13
flatfinder.service
Normal file
13
flatfinder.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue