ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

email-challenger-httpd.service (411B)


      1 [Unit]
      2 Description=Email Challenger backend
      3 
      4 [Service]
      5 User=challenger-email
      6 Group=challenger-email
      7 Type=simple
      8 Restart=always
      9 RestartMode=direct
     10 RestartSec=1s
     11 RestartPreventExitStatus=9
     12 RuntimeMaxSec=3600s
     13 ExecStart=/usr/bin/challenger-httpd -c /etc/challenger/challenger-email.conf -L INFO
     14 
     15 RuntimeDirectory=challenger-email
     16 
     17 StandardOutput=journal
     18 StandardError=journal
     19 
     20 [Install]
     21 WantedBy=multi-user.target