Fix in daemon for catch sigquit

This commit is contained in:
Antonio de la Rosa 2020-06-28 23:22:36 +02:00
parent 14ae2df315
commit 821e0b7be5

View file

@ -31,3 +31,14 @@ Environment=USER=pzoo HOME=/home/pzoo
WantedBy=multi-user.target
```
### Configuration
You can configure the script placing a config file in /etc/pastafari/stats.cfg
```
[DEFAULT]
url_server=http://url_server_collect_data/send_data/api_key/api_key_selected/ip/ip_server
```
Where url_server_collect_data is the hostname of server collecting data, api_key_selected, the api key of server for accept the data, and ip_server, the ip of the server that send the data.