View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006769 | Taler | deployment and operations | public | 2021-02-24 16:54 | 2021-02-24 16:54 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.9 | ||||
Summary | 0006769: debian package of exchange should have socket bound by systemd | ||||
Description | That way, we can bind to www-data for the group. | ||||
Additional Information | [Unit] Description=Taler Exchange Socket PartOf=taler-exchange-httpd.service [Socket] ListenStream=/home/exchange/sockets/exchange.http Accept=no Service=taler-exchange-httpd.service SocketUser=exchange SocketGroup=www-data SocketMode=0660 [Install] WantedBy=sockets.target | ||||
Tags | No tags attached. | ||||
|
[Unit] Description=Taler exchange HTTPD service AssertPathExists=/home/exchange/ After=network.target postgres.service Wants=taler-exchange-wirewatch.service taler-exchange-aggregator.service taler-exchange-transfer.service Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-24 16:54 | Christian Grothoff | New Issue | |
2021-02-24 16:54 | Christian Grothoff | Status | new => assigned |
2021-02-24 16:54 | Christian Grothoff | Assigned To | => Christian Grothoff |
2021-02-24 16:54 | Christian Grothoff | Note Added: 0017563 |