libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

libeufin-bank.libeufin-bank.service (580B)


      1 [Unit]
      2 StartLimitIntervalSec=0
      3 Description=LibEuFin Bank Server Service
      4 After=postgresql.service network.target
      5 PartOf=libeufin-bank.target
      6 
      7 [Service]
      8 # DD102: retry transient failures without a start-rate limit.
      9 Restart=always
     10 RestartSec=10s
     11 User=libeufin-bank
     12 Type=exec
     13 ExecStart=/usr/bin/libeufin-bank serve -c /etc/libeufin/libeufin-bank.conf
     14 
     15 RestartMode=direct
     16 RestartPreventExitStatus=6 9
     17 
     18 
     19 RuntimeMaxSec=4d
     20 
     21 StandardOutput=journal
     22 StandardError=journal
     23 
     24 PrivateTmp=yes
     25 PrivateDevices=yes
     26 ProtectSystem=full
     27 
     28 Slice=libeufin-bank.slice
     29 
     30 [Install]
     31 WantedBy=multi-user.target