Fix in daemon for catch sigquit
This commit is contained in:
parent
14ae2df315
commit
821e0b7be5
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -31,3 +31,14 @@ Environment=USER=pzoo HOME=/home/pzoo
|
||||||
WantedBy=multi-user.target
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue