Add README & deployment examples

This commit is contained in:
Wancat
2022-10-19 11:09:35 +08:00
parent 6e69f90b4e
commit 2449e9b96a
6 changed files with 95 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Ledger Quick Note
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/path/to/ledger-quicknote
ExecStart=/path/to/ledger-quicknote/ledger-quicknote -f /path/to/ledger/journal.txt -w /path/to/ledger
[Install]
WantedBy=multi-user.target