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-wirewatch.service (547B)


      1 [Unit]
      2 StartLimitIntervalSec=0
      3 Description=GNU Taler payment system exchange wirewatch service
      4 After=network.target postgresql.service
      5 PartOf=taler-exchange.target
      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-wire
     13 Type=simple
     14 RuntimeMaxSec=3600s
     15 ExecStart=/usr/bin/taler-exchange-wirewatch -c /etc/taler/taler.conf
     16 StandardOutput=journal
     17 StandardError=journal
     18 PrivateTmp=yes
     19 PrivateDevices=yes
     20 ProtectSystem=full
     21 Slice=taler-exchange.slice