Files
ledger-quicknote/deployment/systemd.service
2022-10-19 11:09:35 +08:00

13 lines
273 B
Desktop File

[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