debian: service file and readme
This commit is contained in:
parent
6b7b576fa5
commit
96f27b1575
7
debian/README-packaging.md
vendored
Normal file
7
debian/README-packaging.md
vendored
Normal 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.
|
6
debian/taler-exchange.taler-exchange.service
vendored
Normal file
6
debian/taler-exchange.taler-exchange.service
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[Unit]
|
||||
Description=GNU Taler exchange
|
||||
After=postgres.service network.target
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user