exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

taler-exchange.taler-exchange-aggregator.service (540B)


      1 [Unit]
      2 StartLimitIntervalSec=0
      3 Description=GNU Taler payment system exchange aggregator service
      4 PartOf=taler-exchange.target
      5 After=postgresql.service
      6 
      7 [Service]
      8 # DD102: retry transient failures without a start-rate limit.
      9 Restart=always
     10 RestartSec=10s
     11 RestartPreventExitStatus=6 9
     12 User=taler-exchange-aggregator
     13 Type=simple
     14 ExecStart=/usr/bin/taler-exchange-aggregator -c /etc/taler/taler.conf
     15 StandardOutput=journal
     16 StandardError=journal
     17 PrivateTmp=yes
     18 PrivateDevices=yes
     19 ProtectSystem=full
     20 Slice=taler-exchange.slice
     21 RuntimeMaxSec=3600s