debian: service file and readme

This commit is contained in:
Florian Dold 2021-07-27 15:45:27 +02:00
parent 6b7b576fa5
commit 96f27b1575
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 13 additions and 0 deletions

7
debian/README-packaging.md vendored Normal file
View File

@ -0,0 +1,7 @@
This file contains some notes about packaging.
## Systemd Units
The main unit file is taler-exchange.service. It is a unit that does not run
anything, but instead can be used to stop/start all exchange-related services
at once.

View File

@ -0,0 +1,6 @@
[Unit]
Description=GNU Taler exchange
After=postgres.service network.target
[Install]
WantedBy=multi-user.target