darcys22 / godbledger

Accounting Software with GRPC endpoints and SQL Backends
https://www.godbledger.com/
GNU General Public License v3.0
488 stars 56 forks source link

Setup PID File and defaults for /var/lib/godbledger #160

Closed darcys22 closed 3 years ago

darcys22 commented 3 years ago

Debs will setup the godbledger folder as /var/lib/godbledger, and the database will run everything from there as a different user. However running ledger-cli and reporter will not know to look for it so these changes will point it into the right direction

darcys22 commented 3 years ago

Fixes #153