added kill and restart args to stop or restart the daemon if running...
This commit is contained in:
parent
8dd81c5eee
commit
eba54b8cb0
3 changed files with 25 additions and 13 deletions
13
config.example.json
Normal file
13
config.example.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"interval": 60,
|
||||
"database": "uplink",
|
||||
"database_host": "127.0.0.1",
|
||||
"database_user": "USER",
|
||||
"database_password": "PASSWORD",
|
||||
"mode": "cron",
|
||||
"log_level": "info",
|
||||
"uplinks": [
|
||||
{ "provider": "Cable Provider", "ip": "192.168.0.1", "password": "1234" },
|
||||
{ "provider": "DSL Provider", "ip": "192.168.1.1", "password": "1234" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue