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-secmod-rsa.service (587B)


      1 [Unit]
      2 StartLimitIntervalSec=0
      3 Description=GNU Taler payment system exchange RSA security module
      4 AssertPathExists=/run/taler-exchange/secmod-rsa
      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 User=taler-exchange-secmod-rsa
     12 Type=simple
     13 RestartPreventExitStatus=6 9
     14 ExecStart=/usr/bin/taler-exchange-secmod-rsa -c /etc/taler-exchange/taler-exchange.conf -L INFO
     15 StandardOutput=journal
     16 StandardError=journal
     17 PrivateTmp=no
     18 PrivateDevices=yes
     19 ProtectSystem=full
     20 IPAddressDeny=any
     21 Slice=taler-exchange.slice